You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2009/03/30 18:58:25 UTC

svn commit: r760045 - /activemq/trunk/assembly/src/main/descriptors/common-bin.xml

Author: dejanb
Date: Mon Mar 30 16:58:24 2009
New Revision: 760045

URL: http://svn.apache.org/viewvc?rev=760045&view=rev
Log:
fix for https://issues.apache.org/activemq/browse/AMQ-2097 - missing jar dependency for activemq-xmpp

Modified:
    activemq/trunk/assembly/src/main/descriptors/common-bin.xml

Modified: activemq/trunk/assembly/src/main/descriptors/common-bin.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/main/descriptors/common-bin.xml?rev=760045&r1=760044&r2=760045&view=diff
==============================================================================
--- activemq/trunk/assembly/src/main/descriptors/common-bin.xml (original)
+++ activemq/trunk/assembly/src/main/descriptors/common-bin.xml Mon Mar 30 16:58:24 2009
@@ -190,6 +190,7 @@
         <include>com.thoughtworks.xstream:xstream</include>
         <include>xmlpull:xmlpull</include>
         <include>org.apache.hadoop.zookeeper:zookeeper</include>
+        <include>org.codehaus.woodstox:wstx-asl</include>
       </includes>
     </dependencySet>
     <dependencySet>