diff --git a/artemis-features/src/main/resources/features.xml b/artemis-features/src/main/resources/features.xml index b331369c81..2579332a4e 100644 --- a/artemis-features/src/main/resources/features.xml +++ b/artemis-features/src/main/resources/features.xml @@ -25,6 +25,7 @@ artemis-stomp artemis-mqtt artemis-hornetq + artemis-openwire @@ -84,4 +85,11 @@ mvn:org.apache.activemq/artemis-hornetq-protocol/${pom.version} + + artemis-core + mvn:org.fusesource.hawtbuf/hawtbuf/1.11 + mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1 + mvn:org.apache.activemq/artemis-openwire-protocol/${pom.version} + + \ No newline at end of file diff --git a/artemis-protocols/artemis-openwire-protocol/pom.xml b/artemis-protocols/artemis-openwire-protocol/pom.xml index 2aece8d833..2bd25cb413 100644 --- a/artemis-protocols/artemis-openwire-protocol/pom.xml +++ b/artemis-protocols/artemis-openwire-protocol/pom.xml @@ -65,4 +65,27 @@ bundle + + + + + + org.apache.felix + maven-bundle-plugin + 3.0.0 + true + + + activemq-client + + !org.apache.commons.net.ftp, + !javax.jmdns, + javax.jms;version="[2,3)", + * + + + + + +