ARTEMIS-521 - fix OSGi support
This commit is contained in:
parent
e04e99874b
commit
84801b06f5
|
@ -48,7 +48,7 @@
|
|||
<bundle>mvn:commons-beanutils/commons-beanutils/1.9.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.apache.activemq/artemis-native/${pom.version}</bundle>
|
||||
|
|
|
@ -56,6 +56,11 @@
|
|||
<artifactId>artemis-jms-server</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>artemis-jdbc-store</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>artemis-journal</artifactId>
|
||||
|
|
Loading…
Reference in New Issue