Skip to content

Commit

Permalink
Binding hbase version to 2.5.5
Browse files Browse the repository at this point in the history
binding nimbusds version to 9.35
  • Loading branch information
CalvinKirs committed Sep 21, 2023
1 parent d3ac448 commit a5fb14f
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ under the License.
<spark.version>2.4.6</spark.version>
<hive.version>3.1.3</hive.version>
<hive.common.version>2.3.9</hive.common.version>
<hbase.version>2.5.5</hbase.version>
<nimbusds.version>9.35</nimbusds.version>
<mapreduce.client.version>2.10.1</mapreduce.client.version>
<calcite.version>1.33.0</calcite.version>
<avatica.version>1.22.0</avatica.version>
Expand Down Expand Up @@ -311,7 +313,7 @@ under the License.
<jettison.version>1.5.4</jettison.version>
<vesoft.client.version>3.0.0</vesoft.client.version>
<!--todo waiting release-->
<quartz.version>2.5.0-rc1</quartz.version>
<quartz.version>2.3.2</quartz.version>
<!-- paimon -->
<paimon.version>0.4.0-incubating</paimon.version>
<disruptor.version>3.4.4</disruptor.version>
Expand Down Expand Up @@ -361,6 +363,26 @@ under the License.
<artifactId>quartz</artifactId>
<version>${quartz.version}</version>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>${nimbusds.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-protocol-shaded</artifactId>
<version>${hbase.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId>
<version>${hbase.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-client</artifactId>
<version>${hbase.version}</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-bundle</artifactId>
Expand Down Expand Up @@ -1143,6 +1165,11 @@ under the License.
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-distcp</artifactId>
<version>${hadoop.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
Expand Down

0 comments on commit a5fb14f

Please sign in to comment.