You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2009/12/08 07:18:33 UTC

svn commit: r888278 - /camel/trunk/components/camel-test/pom.xml

Author: davsclaus
Date: Tue Dec  8 06:18:33 2009
New Revision: 888278

URL: http://svn.apache.org/viewvc?rev=888278&view=rev
Log:
Added spring-aop to pom for testing

Modified:
    camel/trunk/components/camel-test/pom.xml

Modified: camel/trunk/components/camel-test/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-test/pom.xml?rev=888278&r1=888277&r2=888278&view=diff
==============================================================================
--- camel/trunk/components/camel-test/pom.xml (original)
+++ camel/trunk/components/camel-test/pom.xml Tue Dec  8 06:18:33 2009
@@ -60,6 +60,12 @@
       <artifactId>log4j</artifactId>
       <scope>test</scope>
     </dependency>
+    <!-- needed for unit test as Spring JMX stuff deps on AopUtil -->
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-aop</artifactId>
+      <scope>test</scope>
+    </dependency>
 
   </dependencies>