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 e774e4fcfb ARTEMIS-3768: update to Qpid JMS 1.6.0
e774e4fcfb is described below

commit e774e4fcfb2ca7ac96d747845a94ac25383c2d43
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Apr 7 12:58:38 2022 +0100

    ARTEMIS-3768: update to Qpid JMS 1.6.0
---
 artemis-cli/pom.xml |  6 ------
 pom.xml             |  2 +-
 tests/pom.xml       | 12 ------------
 3 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml
index 660358fff2..5e69aeaeba 100644
--- a/artemis-cli/pom.xml
+++ b/artemis-cli/pom.xml
@@ -81,12 +81,6 @@
       <dependency>
          <groupId>org.apache.qpid</groupId>
          <artifactId>qpid-jms-client</artifactId>
-         <exclusions>
-            <exclusion>
-               <groupId>org.apache.geronimo.specs</groupId>
-               <artifactId>geronimo-jms_2.0_spec</artifactId>
-            </exclusion>
-         </exclusions>
       </dependency>
       <dependency>
          <groupId>org.jboss.logging</groupId>
diff --git a/pom.xml b/pom.xml
index da9a3df1de..f13d35a86c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
       <proton.version>0.33.10</proton.version>
       <resteasy.version>3.15.0.Final</resteasy.version>
       <slf4j.version>1.7.36</slf4j.version>
-      <qpid.jms.version>1.5.0</qpid.jms.version>
+      <qpid.jms.version>1.6.0</qpid.jms.version>
       <johnzon.version>1.2.16</johnzon.version>
       <hawtbuff.version>1.11</hawtbuff.version>
       <jb.logmanager.version>2.1.10.Final</jb.logmanager.version>
diff --git a/tests/pom.xml b/tests/pom.xml
index 0f93f88cc2..4dd260261f 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -47,18 +47,6 @@
             <version>1.2</version>
             <!-- License: Apache: 2.0 -->
          </dependency>
-         <dependency>
-            <groupId>org.apache.qpid</groupId>
-            <artifactId>qpid-jms-client</artifactId>
-            <version>${qpid.jms.version}</version>
-            <exclusions>
-               <exclusion>
-                  <groupId>org.apache.geronimo.specs</groupId>
-                  <artifactId>geronimo-jms_2.0_spec</artifactId>
-               </exclusion>
-            </exclusions>
-            <!-- License: Apache: 2.0 -->
-         </dependency>
          <dependency>
             <groupId>jakarta.management.j2ee</groupId>
             <artifactId>jakarta.management.j2ee-api</artifactId>

Reply via email to