ARTEMIS-521 - fix OSGi support

This commit is contained in:
Dejan Bosanac 2016-05-16 14:43:01 +02:00 committed by Clebert Suconic
parent e04e99874b
commit 84801b06f5
2 changed files with 6 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<bundle>mvn:commons-beanutils/commons-beanutils/1.9.2</bundle> <bundle>mvn:commons-beanutils/commons-beanutils/1.9.2</bundle>
<bundle>mvn:commons-collections/commons-collections/3.2.2</bundle> <bundle>mvn:commons-collections/commons-collections/3.2.2</bundle>
<bundle>mvn:org.jboss.logging/jboss-logging/3.1.4.GA</bundle> <bundle>mvn:org.jboss.logging/jboss-logging/3.3.0.Final</bundle>
<bundle>mvn:org.jgroups/jgroups/3.6.0.Final</bundle> <bundle>mvn:org.jgroups/jgroups/3.6.0.Final</bundle>
<bundle>mvn:org.apache.activemq/artemis-native/${pom.version}</bundle> <bundle>mvn:org.apache.activemq/artemis-native/${pom.version}</bundle>

View File

@ -56,6 +56,11 @@
<artifactId>artemis-jms-server</artifactId> <artifactId>artemis-jms-server</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jdbc-store</artifactId>
<version>${project.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.apache.activemq</groupId> <groupId>org.apache.activemq</groupId>
<artifactId>artemis-journal</artifactId> <artifactId>artemis-journal</artifactId>