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/trunk@474523 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6895d009d8
commit
636e37b376
|
@ -78,11 +78,6 @@
|
||||||
<artifactId>activemq-web-demo</artifactId>
|
<artifactId>activemq-web-demo</artifactId>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>${pom.groupId}</groupId>
|
|
||||||
<artifactId>activecluster</artifactId>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${pom.groupId}</groupId>
|
<groupId>${pom.groupId}</groupId>
|
||||||
<artifactId>activemq-rar</artifactId>
|
<artifactId>activemq-rar</artifactId>
|
||||||
|
|
16
pom.xml
16
pom.xml
|
@ -184,12 +184,6 @@
|
||||||
<artifactId>activemq-gbean-management</artifactId>
|
<artifactId>activemq-gbean-management</artifactId>
|
||||||
<version>${activemq-version}</version>
|
<version>${activemq-version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.activemq</groupId>
|
|
||||||
<artifactId>activecluster</artifactId>
|
|
||||||
<version>${activecluster-version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.activemq</groupId>
|
<groupId>org.apache.activemq</groupId>
|
||||||
<artifactId>activemq-console</artifactId>
|
<artifactId>activemq-console</artifactId>
|
||||||
<version>${activemq-version}</version>
|
<version>${activemq-version}</version>
|
||||||
|
@ -394,15 +388,6 @@
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- an optional discovery agent -->
|
|
||||||
<!--dependency>
|
|
||||||
<groupId>activecluster</groupId>
|
|
||||||
<artifactId>activecluster</artifactId>
|
|
||||||
<version>${activecluster-version}</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency-->
|
|
||||||
|
|
||||||
<!-- Optional Derby support-->
|
<!-- Optional Derby support-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.derby</groupId>
|
<groupId>org.apache.derby</groupId>
|
||||||
|
@ -933,7 +918,6 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<activemq-version>4.2-incubator-SNAPSHOT</activemq-version>
|
<activemq-version>4.2-incubator-SNAPSHOT</activemq-version>
|
||||||
<activecluster-version>4.x-SNAPSHOT</activecluster-version>
|
|
||||||
<activesoap-version>1.3</activesoap-version>
|
<activesoap-version>1.3</activesoap-version>
|
||||||
<annogen-version>0.1.0</annogen-version>
|
<annogen-version>0.1.0</annogen-version>
|
||||||
<ant-version>1.6.2</ant-version>
|
<ant-version>1.6.2</ant-version>
|
||||||
|
|
Loading…
Reference in New Issue