diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml index c516d71baa..5296eeb69e 100644 --- a/artemis-distribution/pom.xml +++ b/artemis-distribution/pom.xml @@ -37,16 +37,6 @@ - - org.apache.activemq - artemis-jms-client-all - ${project.version} - - - org.apache.activemq - artemis-jakarta-client-all - ${project.version} - org.apache.activemq artemis-boot @@ -127,6 +117,23 @@ artemis-website ${project.version} + + + + org.apache.activemq + artemis-jms-client-all + ${project.version} + true + + + org.apache.activemq + artemis-jakarta-client-all + ${project.version} + true + + org.apache.activemq diff --git a/tests/e2e-tests/pom.xml b/tests/e2e-tests/pom.xml index cc43a3be6f..dd3d82da88 100644 --- a/tests/e2e-tests/pom.xml +++ b/tests/e2e-tests/pom.xml @@ -48,16 +48,6 @@ ${project.version} compile pom - - - org.apache.activemq - artemis-jms-client-all - - - org.apache.activemq - artemis-jakarta-client-all - - org.testcontainers diff --git a/tests/smoke-tests/pom.xml b/tests/smoke-tests/pom.xml index 34298fc984..2be5cc24de 100644 --- a/tests/smoke-tests/pom.xml +++ b/tests/smoke-tests/pom.xml @@ -50,16 +50,6 @@ ${project.version} compile pom - - - org.apache.activemq - artemis-jms-client-all - - - org.apache.activemq - artemis-jakarta-client-all - - org.apache.activemq