Skip to content

Commit

Permalink
upgrade some maven dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Armlly committed Jun 22, 2021
1 parent b3c746c commit 71b7e02
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
1 change: 0 additions & 1 deletion hetu-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-distcp</artifactId>
<version>2.10.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
27 changes: 23 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dep.jackson.version>2.11.4</dep.jackson.version>
<dep.hetu.version>${project.version}</dep.hetu.version>
<dep.jetty.version>9.4.38.v20210224</dep.jetty.version>
<dep.bcprov.version>1.64</dep.bcprov.version>
<dep.bcprov.version>1.66</dep.bcprov.version>
<dep.hudi.version>0.7.0</dep.hudi.version>
<!--
America/Bahia_Banderas has:
Expand Down Expand Up @@ -163,6 +163,12 @@
<version>${dep.commons-codec.version}</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>${dep.bcprov.version}</version>
</dependency>

<dependency>
<groupId>io.hetu.core</groupId>
<artifactId>hetu-vdm</artifactId>
Expand Down Expand Up @@ -1002,15 +1008,21 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.10</version>
<version>3.11</version>
</dependency>

<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-distcp</artifactId>
<version>2.10.1</version>
</dependency>

<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-hadoop-mr</artifactId>
Expand Down Expand Up @@ -1434,7 +1446,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down Expand Up @@ -1628,6 +1640,13 @@
</requireUpperBoundDeps>
</rules>
</configuration>
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand Down
1 change: 0 additions & 1 deletion presto-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>${dep.bcprov.version}</version>
</dependency>

<!-- for testing -->
Expand Down

0 comments on commit 71b7e02

Please sign in to comment.