mirror of https://github.com/apache/activemq.git
Avoid building/packing legacy/deprecated modules.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1445631 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f406e86b8a
commit
dc86b87236
|
@ -87,10 +87,12 @@
|
|||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>activemq-http</artifactId>
|
||||
</dependency>
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>activemq-xmpp</artifactId>
|
||||
</dependency>
|
||||
-->
|
||||
|
||||
<!-- Additional Dependencies. -->
|
||||
<dependency>
|
||||
|
|
|
@ -64,11 +64,13 @@
|
|||
<artifactId>activemq-kahadb-store</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-amq-store</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>activeio-core</artifactId>
|
||||
|
|
|
@ -188,11 +188,13 @@
|
|||
</dependency>
|
||||
|
||||
<!-- XMPP support -->
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>activemq-xmpp</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>activemq-console</artifactId>
|
||||
|
|
|
@ -95,10 +95,12 @@
|
|||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>activemq-stomp</artifactId>
|
||||
</dependency>
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>activemq-amqp</artifactId>
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>activemq-log4j-appender</artifactId>
|
||||
|
@ -128,10 +130,12 @@
|
|||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>activemq-jaas</artifactId>
|
||||
</dependency>
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>activemq-xmpp</artifactId>
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>activemq-spring</artifactId>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -227,7 +227,7 @@
|
|||
<module>activemq-console</module>
|
||||
<module>activemq-fileserver</module>
|
||||
<module>activemq-jaas</module>
|
||||
<module>activemq-blueprint</module>
|
||||
<!-- <module>activemq-blueprint</module> -->
|
||||
<module>activemq-karaf</module>
|
||||
<module>activemq-karaf-itest</module>
|
||||
<module>activemq-openwire-generator</module>
|
||||
|
@ -241,7 +241,7 @@
|
|||
<module>activemq-web</module>
|
||||
<module>activemq-web-demo</module>
|
||||
<module>activemq-web-console</module>
|
||||
<module>activemq-xmpp</module>
|
||||
<!-- <module>activemq-xmpp</module> -->
|
||||
<module>activemq-itests-spring31</module>
|
||||
<module>assembly</module>
|
||||
<module>activemq-log4j-appender</module>
|
||||
|
|
Loading…
Reference in New Issue