From 143e401bdb6e80f9070de7a867ec248c305719c7 Mon Sep 17 00:00:00 2001 From: "michael.pearce" Date: Mon, 30 Sep 2019 18:46:35 +0100 Subject: [PATCH] ARTEMIS-2509 Add some basic support for legacy openwire This is needed to aid some lift and shift migration from activemq5 where non-java clients have support for older openwire protocols. (cherry picked from commit d497cb6205a5bdbd508d18bead8f9e8e39d6b1ba) --- artemis-distribution/pom.xml | 4 ++++ artemis-distribution/src/main/assembly/dep.xml | 1 + pom.xml | 6 ++++++ 3 files changed, 11 insertions(+) diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml index 93350ee0e9..eff9cffd62 100644 --- a/artemis-distribution/pom.xml +++ b/artemis-distribution/pom.xml @@ -163,6 +163,10 @@ org.apache.activemq activemq-client + + org.apache.activemq + activemq-openwire-legacy + org.eclipse.jetty.aggregate jetty-all diff --git a/artemis-distribution/src/main/assembly/dep.xml b/artemis-distribution/src/main/assembly/dep.xml index c87786113a..393350824d 100644 --- a/artemis-distribution/src/main/assembly/dep.xml +++ b/artemis-distribution/src/main/assembly/dep.xml @@ -87,6 +87,7 @@ io.netty:netty-tcnative-boringssl-static org.apache.qpid:proton-j org.apache.activemq:activemq-client + org.apache.activemq:activemq-openwire-legacy org.slf4j:slf4j-api io.airlift:airline com.google.guava:guava diff --git a/pom.xml b/pom.xml index 7eb2ac3499..13737306c1 100644 --- a/pom.xml +++ b/pom.xml @@ -568,6 +568,12 @@ ${activemq5-version} + + org.apache.activemq + activemq-openwire-legacy + ${activemq5-version} + + org.slf4j slf4j-api