From fd122664494020e8bb6f006a2045d4d20de5a2b0 Mon Sep 17 00:00:00 2001 From: Ryan Yeats Date: Fri, 18 Nov 2016 13:43:24 -0700 Subject: [PATCH] ARTEMIS-860 add artemis-openwire protocol to osgi feature and fix bundle issues --- .../src/main/resources/features.xml | 8 +++++++ .../artemis-openwire-protocol/pom.xml | 23 +++++++++++++++++++ 2 files changed, 31 insertions(+) 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)", + * + + + + + +