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:
Hiram R. Chirino 2006-10-24 20:02:02 +00:00
parent 8c65ee2cbb
commit b2efb2458b
2 changed files with 0 additions and 14 deletions

View File

@ -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>

View File

@ -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>