mirror of https://github.com/apache/activemq.git
Don't include activecluster as dependency since it not :)
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.1@474439 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
18e4e0bfe9
commit
b36d87d512
|
@ -78,11 +78,6 @@
|
|||
<artifactId>activemq-web-demo</artifactId>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activecluster</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activemq-rar</artifactId>
|
||||
|
|
14
pom.xml
14
pom.xml
|
@ -184,11 +184,6 @@
|
|||
<artifactId>activemq-gbean-management</artifactId>
|
||||
<version>${activemq-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activecluster</artifactId>
|
||||
<version>${activemq-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-console</artifactId>
|
||||
|
@ -395,14 +390,6 @@
|
|||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- an optional discovery agent -->
|
||||
<dependency>
|
||||
<groupId>activecluster</groupId>
|
||||
<artifactId>activecluster</artifactId>
|
||||
<version>${activecluster-version}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<!-- Optional Derby support-->
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
|
@ -933,7 +920,6 @@
|
|||
|
||||
<properties>
|
||||
<activemq-version>4.1-incubator-SNAPSHOT</activemq-version>
|
||||
<activecluster-version>1.1-SNAPSHOT</activecluster-version>
|
||||
<activesoap-version>1.3</activesoap-version>
|
||||
<annogen-version>0.1.0</annogen-version>
|
||||
<ant-version>1.6.2</ant-version>
|
||||
|
|
Loading…
Reference in New Issue