mirror of https://github.com/apache/activemq.git
removing activecluster from assembly since it's moved modules
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.0@467459 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8c65ee2cbb
commit
b2efb2458b
|
@ -69,11 +69,6 @@
|
|||
<artifactId>activemq-web-demo</artifactId>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>activecluster</groupId>
|
||||
<artifactId>activecluster</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activemq-rar</artifactId>
|
||||
|
|
|
@ -193,15 +193,6 @@
|
|||
<version>${jmdns_version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activecluster</artifactId>
|
||||
<version>${pom.currentVersion}</version>
|
||||
<properties>
|
||||
<optional>true</optional>
|
||||
</properties>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.xbean</groupId>
|
||||
<artifactId>xbean-spring</artifactId>
|
||||
|
|
Loading…
Reference in New Issue