This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new f180fce  AXIS2-6028 remove Qpid from pom.xml of JMS transport
f180fce is described below

commit f180fced82ba9aad9111b535f6b742a80250b017
Author: Robert Lazarski <robertlazar...@gmail.com>
AuthorDate: Wed Mar 9 05:51:08 2022 -1000

    AXIS2-6028 remove Qpid from pom.xml of JMS transport
---
 modules/transport/jms/pom.xml | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/modules/transport/jms/pom.xml b/modules/transport/jms/pom.xml
index c23c24e..0817a96 100644
--- a/modules/transport/jms/pom.xml
+++ b/modules/transport/jms/pom.xml
@@ -67,33 +67,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.qpid</groupId>
-            <artifactId>qpid-broker</artifactId>
-            <version>0.18</version>
-            <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>log4j</groupId>
-                    <artifactId>log4j</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-log4j12</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-1.2-api</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.qpid</groupId>
-            <artifactId>qpid-client</artifactId>
-            <version>0.18</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-broker</artifactId>
             <version>5.16.4</version>

Reply via email to