ARTEMIS-2813: exclude old transitive test dep which isnt actually needed in tests

This commit is contained in:
Robbie Gemmell 2021-06-15 16:05:50 +01:00
parent 1430972c62
commit d22b9d51fb
1 changed files with 12 additions and 0 deletions

12
pom.xml
View File

@ -332,6 +332,18 @@
<scope>test</scope>
<!-- License: MIT -->
</dependency>
<dependency>
<groupId>org.apache.kerby</groupId>
<artifactId>token-provider</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- ## End Test Dependencies ## -->
<!-- ### Build Time Dependencies ### -->