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>
|
||||
<jar>JavaCC.zip</jar>
|
||||
</dependency>
|
||||
<!-- an optional discovery agent -->
|
||||
<dependency>
|
||||
<groupId>activecluster</groupId>
|
||||
<artifactId>activecluster</artifactId>
|
||||
<version>${activecluster_version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>activemq</groupId>
|
||||
<artifactId>jmdns</artifactId>
|
||||
|
|
|
@ -182,9 +182,9 @@
|
|||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>activecluster</groupId>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activecluster</artifactId>
|
||||
<version>${activecluster_version}</version>
|
||||
<version>${pom.currentVersion}</version>
|
||||
<properties>
|
||||
<optional>true</optional>
|
||||
</properties>
|
||||
|
|
Loading…
Reference in New Issue