mirror of https://github.com/apache/activemq.git
distribute activecluster with the distro
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@378191 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
74532f34ac
commit
83825de78e
|
@ -106,12 +106,6 @@
|
||||||
<version>${javacc_version}</version>
|
<version>${javacc_version}</version>
|
||||||
<jar>JavaCC.zip</jar>
|
<jar>JavaCC.zip</jar>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- an optional discovery agent -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>activecluster</groupId>
|
|
||||||
<artifactId>activecluster</artifactId>
|
|
||||||
<version>${activecluster_version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>activemq</groupId>
|
<groupId>activemq</groupId>
|
||||||
<artifactId>jmdns</artifactId>
|
<artifactId>jmdns</artifactId>
|
||||||
|
|
|
@ -182,9 +182,9 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>activecluster</groupId>
|
<groupId>${pom.groupId}</groupId>
|
||||||
<artifactId>activecluster</artifactId>
|
<artifactId>activecluster</artifactId>
|
||||||
<version>${activecluster_version}</version>
|
<version>${pom.currentVersion}</version>
|
||||||
<properties>
|
<properties>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
Loading…
Reference in New Issue