diff --git a/artemis-protocols/artemis-amqp-protocol/pom.xml b/artemis-protocols/artemis-amqp-protocol/pom.xml index 4e08712fb7..1911f25253 100644 --- a/artemis-protocols/artemis-amqp-protocol/pom.xml +++ b/artemis-protocols/artemis-amqp-protocol/pom.xml @@ -78,14 +78,6 @@ wildfly-common test - - - - org.apache.activemq - artemis-commons - ${project.version} - - org.jboss.logging jboss-logging diff --git a/artemis-protocols/artemis-mqtt-protocol/pom.xml b/artemis-protocols/artemis-mqtt-protocol/pom.xml index 3cd49284d2..8d5dc9066e 100644 --- a/artemis-protocols/artemis-mqtt-protocol/pom.xml +++ b/artemis-protocols/artemis-mqtt-protocol/pom.xml @@ -113,7 +113,6 @@ org.eclipse.paho org.eclipse.paho.client.mqttv3 - 1.2.0 test diff --git a/pom.xml b/pom.xml index 8b62bdc36c..2aab82d0f3 100644 --- a/pom.xml +++ b/pom.xml @@ -70,10 +70,6 @@ ActiveMQ Artemis Parent http://apache.org/activemq - - 3.1.0 - - 9+181-r4173-1 @@ -142,6 +138,7 @@ 2.22.2 2.3.1 2.3.3 + 1.2.5 1.0.5.Final @@ -287,6 +284,11 @@ + + org.eclipse.paho + org.eclipse.paho.client.mqttv3 + ${paho.client.mqttv3.version} + org.fusesource.mqtt-client mqtt-client diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index 39a93d0c14..db73ca34a6 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -29,7 +29,6 @@ ${project.basedir}/../.. - 1.2.2 @@ -202,7 +201,6 @@ org.eclipse.paho org.eclipse.paho.client.mqttv3 - ${paho.client.mqttv3.version} org.apache.geronimo.specs diff --git a/tests/smoke-tests/pom.xml b/tests/smoke-tests/pom.xml index 3f82f34048..abd693d997 100644 --- a/tests/smoke-tests/pom.xml +++ b/tests/smoke-tests/pom.xml @@ -118,7 +118,6 @@ org.eclipse.paho org.eclipse.paho.client.mqttv3 - RELEASE org.apache.activemq