ARTEMIS-3624: change dep mangement entry to be for the minikdc dep, add property for its version, update it and rework exclusions

This commit is contained in:
Robbie Gemmell 2022-01-11 12:36:37 +00:00 committed by clebertsuconic
parent d02c8cd16f
commit a91d3b0c0f
2 changed files with 8 additions and 9 deletions

10
pom.xml
View File

@ -159,6 +159,7 @@
<!-- used on tests -->
<groovy.version>2.5.10</groovy.version>
<vertx.version>3.9.4</vertx.version>
<hadoop.minikdc.version>3.3.1</hadoop.minikdc.version>
<owasp.version>6.1.0</owasp.version>
<spring.version>5.1.7.RELEASE</spring.version>
@ -338,10 +339,15 @@
</dependency>
<dependency>
<groupId>org.apache.kerby</groupId>
<artifactId>token-provider</artifactId>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minikdc</artifactId>
<version>${hadoop.minikdc.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>

View File

@ -386,13 +386,6 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minikdc</artifactId>
<version>3.3.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>