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 2010/03/10 11:45:35 UTC

svn commit: r921295 - /activemq/branches/activemq-5.3/assembly/src/main/descriptors/common-bin.xml

Author: dejanb
Date: Wed Mar 10 10:45:35 2010
New Revision: 921295

URL: http://svn.apache.org/viewvc?rev=921295&view=rev
Log:
merge -c 921291 - https://issues.apache.org/activemq/browse/AMQ-2440 - add commons-management dependency needed for camel 2.2.0 web app

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

Modified: activemq/branches/activemq-5.3/assembly/src/main/descriptors/common-bin.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-5.3/assembly/src/main/descriptors/common-bin.xml?rev=921295&r1=921294&r2=921295&view=diff
==============================================================================
--- activemq/branches/activemq-5.3/assembly/src/main/descriptors/common-bin.xml (original)
+++ activemq/branches/activemq-5.3/assembly/src/main/descriptors/common-bin.xml Wed Mar 10 10:45:35 2010
@@ -248,6 +248,8 @@
         <!-- Atom/RSS support -->
         <include>rome:rome</include>
         <include>jdom:jdom</include>
+        <!--  Camel web dependencies -->
+        <include>org.fusesource.commonman:commons-management</include>
       </includes>
     </dependencySet>
   </dependencySets>