mirror of https://github.com/apache/activemq.git
Fixup the assembly packaging so that the replicated leveldb store can be used.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1491287 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c5344c9179
commit
7db8987ca6
|
@ -113,31 +113,31 @@
|
|||
<dependency>
|
||||
<groupId>org.fusesource.fabric</groupId>
|
||||
<artifactId>fabric-groups</artifactId>
|
||||
<version>7.2.0.redhat-024</version>
|
||||
<version>${fabric-version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.fusesource.fabric</groupId>
|
||||
<artifactId>fabric-linkedin-zookeeper</artifactId>
|
||||
<version>7.2.0.redhat-024</version>
|
||||
<version>${fabric-version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.fusesource.fabric</groupId>
|
||||
<artifactId>fabric-zookeeper</artifactId>
|
||||
<version>7.2.0.redhat-024</version>
|
||||
<version>${fabric-version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>org.osgi.core</artifactId>
|
||||
<version>4.3.1</version>
|
||||
<version>${org.osgi.core-version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>org.osgi.compendium</artifactId>
|
||||
<version>4.3.1</version>
|
||||
<version>${org.osgi.core-version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
|
@ -75,6 +75,39 @@
|
|||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>activemq-leveldb-store</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.fusesource.hawtdispatch</groupId>
|
||||
<artifactId>hawtdispatch-transport</artifactId>
|
||||
<version>${hawtdispatch-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.fusesource.fabric</groupId>
|
||||
<artifactId>fabric-groups</artifactId>
|
||||
<version>${fabric-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.fusesource.fabric</groupId>
|
||||
<artifactId>fabric-linkedin-zookeeper</artifactId>
|
||||
<version>${fabric-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.fusesource.fabric</groupId>
|
||||
<artifactId>fabric-zookeeper</artifactId>
|
||||
<version>${fabric-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>org.osgi.core</artifactId>
|
||||
<version>${org.osgi.core-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>org.osgi.compendium</artifactId>
|
||||
<version>${org.osgi.core-version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>activemq-kahadb-store</artifactId>
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -94,6 +94,7 @@
|
|||
<opensymphony-version>2.4.2</opensymphony-version>
|
||||
<org-apache-derby-version>10.9.1.0</org-apache-derby-version>
|
||||
<org.osgi.core-version>4.3.1</org.osgi.core-version>
|
||||
<fabric-version>7.2.0.redhat-024</fabric-version>
|
||||
<p2psockets-version>1.1.2</p2psockets-version>
|
||||
<qpid-proton-version>0.3.0-fuse-3</qpid-proton-version>
|
||||
<qpid-jms-version>0.20</qpid-jms-version>
|
||||
|
|
Loading…
Reference in New Issue