mirror of https://github.com/apache/activemq.git
Updating poms since activecluster moved.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.0@467048 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e6421076e5
commit
8c65ee2cbb
|
@ -70,7 +70,7 @@
|
|||
<type>war</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<groupId>activecluster</groupId>
|
||||
<artifactId>activecluster</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -126,7 +126,6 @@
|
|||
|
||||
<modules>
|
||||
|
||||
<module>activecluster</module>
|
||||
<module>activemq-jaas</module>
|
||||
<module>activemq-core</module>
|
||||
<module>activemq-console</module>
|
||||
|
@ -140,8 +139,6 @@
|
|||
<module>assembly</module>
|
||||
-->
|
||||
<module>activeio</module>
|
||||
<!-- module>activecluster</module -->
|
||||
|
||||
</modules>
|
||||
|
||||
<licenses>
|
||||
|
@ -200,11 +197,6 @@
|
|||
<artifactId>activemq-gbean-management</artifactId>
|
||||
<version>${pom.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activecluster</artifactId>
|
||||
<version>${pom.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activemq-console</artifactId>
|
||||
|
|
Loading…
Reference in New Issue