Skip to content

Commit

Permalink
bump orc back down (2.0 requires java 17)
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Jun 3, 2024
1 parent bef3db9 commit 8be1d8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
10 changes: 3 additions & 7 deletions build/cqs.tsv
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
com.aayushatharva.brotli4j:brotli4j 1.16.0 compile
com.aayushatharva.brotli4j:native-linux-x86_64 1.16.0 compile
com.aayushatharva.brotli4j:service 1.16.0 compile
com.amazonaws:aws-java-sdk-cloudwatch 1.12.625 compile
com.amazonaws:aws-java-sdk-core 1.12.625 compile
com.amazonaws:jmespath-java 1.12.625 compile
Expand Down Expand Up @@ -174,10 +171,9 @@ org.apache.hbase:hbase-zookeeper 2.5.8-hadoop3 compile
org.apache.htrace:htrace-core 3.2.0-incubating compile
org.apache.httpcomponents:httpclient 4.5.14 compile
org.apache.httpcomponents:httpcore 4.4.16 compile
org.apache.orc:orc-core nohive:2.0.1 compile
org.apache.orc:orc-format 1.0.0 compile
org.apache.orc:orc-mapreduce nohive:2.0.1 compile
org.apache.orc:orc-shims 2.0.1 compile
org.apache.orc:orc-core nohive:1.9.3 compile
org.apache.orc:orc-mapreduce nohive:1.9.3 compile
org.apache.orc:orc-shims 1.9.3 compile
org.apache.parquet:parquet-column 1.14.0 compile
org.apache.parquet:parquet-common 1.14.0 compile
org.apache.parquet:parquet-encoding 1.14.0 compile
Expand Down
12 changes: 2 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<kryo.version>4.0.3</kryo.version>
<mango.version>3.0.0</mango.version>
<metrics.version>3.2.6</metrics.version>
<orc.version>2.0.1</orc.version>
<orc.version>1.9.3</orc.version>
<parboiled.version>1.4.1</parboiled.version>
<parboiled.scala.version>1.3.1</parboiled.scala.version>
<parquet.version>1.14.0</parquet.version>
Expand Down Expand Up @@ -1421,10 +1421,6 @@
<groupId>org.openjdk.jol</groupId>
<artifactId>jol-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -1438,10 +1434,6 @@
<groupId>org.apache.orc</groupId>
<artifactId>orc-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -1451,7 +1443,7 @@
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>*</artifactId>
<artifactId>hadoop-client-api</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit 8be1d8d

Please sign in to comment.