From 4496cd612056a5798bbb7f02b0ad3829acec75af Mon Sep 17 00:00:00 2001 From: Timothy Bish Date: Fri, 7 Oct 2016 18:09:11 -0400 Subject: [PATCH] ARTEMIS-777 Remove dependency on legacy Qpid AMQP 0.x JMS client Remove the dependency on the qpid-client module which is an AMQP JMS client for the 0.x AMQP protocols which Artemis does not support. --- tests/integration-tests/pom.xml | 93 ++++++++++++++++----------------- 1 file changed, 44 insertions(+), 49 deletions(-) diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index 9ac3a72b13..ced7814f06 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -29,7 +29,7 @@ ${project.basedir}/../.. 4.0.6 - 4.9.1 + 4.9.1 2.1.6 2.0.3-final @@ -156,12 +156,12 @@ artemis-hornetq-protocol ${project.version} - - org.apache.activemq - artemis-features - ${project.version} - pom - + + org.apache.activemq + artemis-features + ${project.version} + pom + @@ -219,11 +219,6 @@ org.apache.qpid proton-j - - org.apache.qpid - qpid-client - 0.24 - org.slf4j slf4j-api @@ -314,31 +309,31 @@ - + - - org.ops4j.pax.exam - pax-exam-container-karaf - ${pax.exam.version} - test - - - org.ops4j.pax.exam - pax-exam-junit4 - ${pax.exam.version} - test - - - org.apache.karaf - apache-karaf - ${karaf.version} - tar.gz - - - org.apache.karaf.shell - org.apache.karaf.shell.console - ${karaf.version} - + + org.ops4j.pax.exam + pax-exam-container-karaf + ${pax.exam.version} + test + + + org.ops4j.pax.exam + pax-exam-junit4 + ${pax.exam.version} + test + + + org.apache.karaf + apache-karaf + ${karaf.version} + tar.gz + + + org.apache.karaf.shell + org.apache.karaf.shell.console + ${karaf.version} + org.apache.activemq.tests artemis-test-support @@ -445,19 +440,19 @@ -Djgroups.bind_addr=::1 ${activemq-surefire-argline} - - org.apache.servicemix.tooling - depends-maven-plugin - 1.2 - - - generate-depends-file - - generate-depends-file - - - - + + org.apache.servicemix.tooling + depends-maven-plugin + 1.2 + + + generate-depends-file + + generate-depends-file + + + +