Skip to content

Commit

Permalink
ARTEMIS-3624: change dep mangement entry to be for the minikdc dep, a…
Browse files Browse the repository at this point in the history
…dd property for its version, update it and rework exclusions
  • Loading branch information
gemmellr authored and clebertsuconic committed Jan 11, 2022
1 parent d02c8cd commit a91d3b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
7 changes: 0 additions & 7 deletions tests/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a91d3b0

Please sign in to comment.