Skip to content

Commit

Permalink
Update hadoop transitive dependencies and remove redundant exclusions (
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackie-Jiang authored Mar 6, 2024
1 parent 797e39c commit c6cfc60
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,10 @@
<kotlin.stdlib.version>1.9.22</kotlin.stdlib.version>
<okio.version>3.8.0</okio.version>
<kerby.version>2.0.3</kerby.version>
<jline.version>3.22.0</jline.version>
<wildfly.version>1.5.4.Final</wildfly.version>
<jettison.version>1.4.0</jettison.version>
<!-- Newer version jline requires java 21 -->
<jline.version>3.24.1</jline.version>
<wildfly.version>1.7.0.Final</wildfly.version>
<jettison.version>1.5.4</jettison.version>
</properties>

<profiles>
Expand Down Expand Up @@ -673,10 +674,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.yetus</groupId>
<artifactId>audience-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -781,22 +778,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.yetus</groupId>
<artifactId>audience-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
</exclusion>
<exclusion>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
Expand Down Expand Up @@ -957,6 +942,7 @@
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<!-- The following dependencies are added to solve the vulnerabilities of the old version -->
<dependency>
<groupId>org.apache.kerby</groupId>
<artifactId>kerb-core</artifactId>
Expand Down

0 comments on commit c6cfc60

Please sign in to comment.