You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2010/10/20 21:32:15 UTC

svn commit: r1025690 - /servicemix/components/engines/servicemix-eip/trunk/pom.xml

Author: lhein
Date: Wed Oct 20 19:32:14 2010
New Revision: 1025690

URL: http://svn.apache.org/viewvc?rev=1025690&view=rev
Log:
added fusesource commons-management as test scope dependency to fix failed test

Modified:
    servicemix/components/engines/servicemix-eip/trunk/pom.xml

Modified: servicemix/components/engines/servicemix-eip/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-eip/trunk/pom.xml?rev=1025690&r1=1025689&r2=1025690&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-eip/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-eip/trunk/pom.xml Wed Oct 20 19:32:14 2010
@@ -155,6 +155,11 @@
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>org.fusesource.commonman</groupId>
+      <artifactId>commons-management</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   
   <build>