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

[activemq-artemis] branch main updated: ARTEMIS-2813: exclude old transitive test dep which isnt actually needed in tests

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/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new d22b9d5  ARTEMIS-2813: exclude old transitive test dep which isnt actually needed in tests
d22b9d5 is described below

commit d22b9d51fb1fbae94a82ca72c5de09cba9f0de3d
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Jun 15 16:05:50 2021 +0100

    ARTEMIS-2813: exclude old transitive test dep which isnt actually needed in tests
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 94c542f..54e3347 100644
--- a/pom.xml
+++ b/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 ### -->