Skip to content

Commit

Permalink
upgrade hadoop-client version (milvus-io#853)
Browse files Browse the repository at this point in the history
Signed-off-by: lentitude2tk <xushuang.hu@zilliz.com>
  • Loading branch information
lentitude2tk authored Apr 15, 2024
1 parent 8290be2 commit 04629a5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<mockito.version>4.11.0</mockito.version>
<testcontainers.version>1.19.6</testcontainers.version>

<hadoop.version>2.7.0</hadoop.version>
<hadoop.version>3.3.6</hadoop.version>
<hbase.version>1.2.0</hbase.version>
<parquet.version>1.13.1</parquet.version>
<unirest.version>3.13.10</unirest.version>
Expand Down Expand Up @@ -326,6 +326,18 @@
<artifactId>netty-all</artifactId>
<groupId>io.netty</groupId>
</exclusion>
<exclusion>
<groupId>ch.qos.reload4j</groupId>
<artifactId>reload4j</artifactId>
</exclusion>
<exclusion>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 04629a5

Please sign in to comment.