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