Skip to content

Commit

Permalink
Hbase reduce jar size (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
chngpe authored Apr 16, 2024
1 parent a73cad5 commit d9a392c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions athena-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>2022.47.1</version>
<properties>
<jetty.version>11.0.16</jetty.version>
<hbase.version>2.5.8-hadoop3</hbase.version>
<hbase.version>2.5.7-hadoop3</hbase.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -50,6 +50,7 @@
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-emr</artifactId>
<version>${aws-sdk.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
Expand Down Expand Up @@ -115,12 +116,12 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.9.2</version>
<version>3.9.1</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>3.4.0</version>
<version>3.3.6</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
Expand Down

0 comments on commit d9a392c

Please sign in to comment.