You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2021/06/14 14:53:24 UTC

[qpid-jms] branch main updated: NO-JIRA: update or exclude some test deps related to kdc bits

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 5467479  NO-JIRA: update or exclude some test deps related to kdc bits
5467479 is described below

commit 54674793b15014e9f24b35e3302dd3fe43de6533
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jun 14 15:52:51 2021 +0100

    NO-JIRA: update or exclude some test deps related to kdc bits
---
 pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/pom.xml b/pom.xml
index d80529f..a5f0b7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,6 +54,7 @@
     <mockito-version>3.10.0</mockito-version>
     <hamcrest-version>2.2</hamcrest-version>
     <hadoop-minikdc-version>3.3.0</hadoop-minikdc-version>
+    <commons-io-version>2.10.0</commons-io-version>
 
     <!-- Maven Plugin Versions for this Project -->
     <maven-javacc-plugin-version>2.6</maven-javacc-plugin-version>
@@ -235,6 +236,23 @@
           </exclusion>
         </exclusions>
       </dependency>
+      <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+        <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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org