From 84801b06f5082c064ea92c531e984132aa640ebb Mon Sep 17 00:00:00 2001 From: Dejan Bosanac Date: Mon, 16 May 2016 14:43:01 +0200 Subject: [PATCH] ARTEMIS-521 - fix OSGi support --- artemis-features/src/main/resources/features.xml | 2 +- artemis-server-osgi/pom.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/artemis-features/src/main/resources/features.xml b/artemis-features/src/main/resources/features.xml index aa24a361a6..82d4cfc541 100644 --- a/artemis-features/src/main/resources/features.xml +++ b/artemis-features/src/main/resources/features.xml @@ -48,7 +48,7 @@ mvn:commons-beanutils/commons-beanutils/1.9.2 mvn:commons-collections/commons-collections/3.2.2 - mvn:org.jboss.logging/jboss-logging/3.1.4.GA + mvn:org.jboss.logging/jboss-logging/3.3.0.Final mvn:org.jgroups/jgroups/3.6.0.Final mvn:org.apache.activemq/artemis-native/${pom.version} diff --git a/artemis-server-osgi/pom.xml b/artemis-server-osgi/pom.xml index 14b0036bdb..2ab3fdabed 100644 --- a/artemis-server-osgi/pom.xml +++ b/artemis-server-osgi/pom.xml @@ -56,6 +56,11 @@ artemis-jms-server ${project.version} + + org.apache.activemq + artemis-jdbc-store + ${project.version} + org.apache.activemq artemis-journal