You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2013/05/25 01:04:26 UTC

svn commit: r1486248 - /activemq/trunk/assembly/pom.xml

Author: chirino
Date: Fri May 24 23:04:26 2013
New Revision: 1486248

URL: http://svn.apache.org/r1486248
Log:
Add the amqp module to the assembly.

Modified:
    activemq/trunk/assembly/pom.xml

Modified: activemq/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/pom.xml?rev=1486248&r1=1486247&r2=1486248&view=diff
==============================================================================
--- activemq/trunk/assembly/pom.xml (original)
+++ activemq/trunk/assembly/pom.xml Fri May 24 23:04:26 2013
@@ -91,12 +91,10 @@
       <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>