This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
The following commit(s) were added to refs/heads/main by this push:
new 044e132 QPIDJMS-561: update minikdc test dep to 3.3.1 and rework
related exclusion
044e132 is described below
commit 044e132a74fcc0e7d2502f00606c21a196127550
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed Jan 12 14:27:00 2022 +0000
QPIDJMS-561: update minikdc test dep to 3.3.1 and rework related exclusion
---
pom.xml | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2b5d86c..728c0ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
<jetty-version>9.4.43.v20210629</jetty-version>
<mockito-version>3.12.4</mockito-version>
<hamcrest-version>2.2</hamcrest-version>
- <hadoop-minikdc-version>3.3.0</hadoop-minikdc-version>
+ <hadoop-minikdc-version>3.3.1</hadoop-minikdc-version>
<commons-io-version>2.10.0</commons-io-version>
<!-- Maven Plugin Versions for this Project -->
@@ -243,6 +243,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.nimbusds</groupId>
+ <artifactId>nimbus-jose-jwt</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -251,17 +255,6 @@
<version>${commons-io-version}</version>
<scope>test</scope>
</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>
</dependencies>
</dependencyManagement>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]