From 96a09041eea4b11ff4729748c2d78516bd0f9f46 Mon Sep 17 00:00:00 2001 From: Robbie Gemmell Date: Tue, 16 Mar 2021 12:39:58 +0000 Subject: [PATCH] ARTEMIS-3183: resolve various immediate warnings at build start - Remove duplicates dependency definition following e7e3c71511770442cbb206cefcae25001566d75b. - Removes deprecated RELEASE version use, consolidate modules on single paho client version. - Remove prerequisites entry as per warning, suggested enforcer rule already in place. --- artemis-protocols/artemis-amqp-protocol/pom.xml | 8 -------- artemis-protocols/artemis-mqtt-protocol/pom.xml | 1 - pom.xml | 10 ++++++---- tests/integration-tests/pom.xml | 2 -- tests/smoke-tests/pom.xml | 1 - 5 files changed, 6 insertions(+), 16 deletions(-) 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