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 2011/11/23 16:56:58 UTC

svn commit: r1205462 - /camel/trunk/components/camel-groovy/pom.xml

Author: davsclaus
Date: Wed Nov 23 15:56:57 2011
New Revision: 1205462

URL: http://svn.apache.org/viewvc?rev=1205462&view=rev
Log:
CAMEL-4706: camel-groovy no dep on Spring is needed.

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

Modified: camel/trunk/components/camel-groovy/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-groovy/pom.xml?rev=1205462&r1=1205461&r2=1205462&view=diff
==============================================================================
--- camel/trunk/components/camel-groovy/pom.xml (original)
+++ camel/trunk/components/camel-groovy/pom.xml Wed Nov 23 15:56:57 2011
@@ -42,10 +42,6 @@
       <artifactId>camel-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-spring</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-all</artifactId>
     </dependency>