ARTEMIS-2813: exclude old transitive test dep which isnt actually needed in tests
This commit is contained in:
parent
1430972c62
commit
d22b9d51fb
12
pom.xml
12
pom.xml
|
@ -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 ### -->
|
||||
|
|
Loading…
Reference in New Issue