You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2011/12/22 16:30:12 UTC

svn commit: r1222278 - in /camel/branches/camel-2.8.x: ./ components/camel-groovy/pom.xml

Author: dkulp
Date: Thu Dec 22 15:30:12 2011
New Revision: 1222278

URL: http://svn.apache.org/viewvc?rev=1222278&view=rev
Log:
Merged revisions 1205462 via svnmerge from 
https://svn.apache.org/repos/asf/camel/trunk

........
  r1205462 | davsclaus | 2011-11-23 10:56:57 -0500 (Wed, 23 Nov 2011) | 1 line
  
  CAMEL-4706: camel-groovy no dep on Spring is needed.
........

Modified:
    camel/branches/camel-2.8.x/   (props changed)
    camel/branches/camel-2.8.x/components/camel-groovy/pom.xml

Propchange: camel/branches/camel-2.8.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.8.x/components/camel-groovy/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/components/camel-groovy/pom.xml?rev=1222278&r1=1222277&r2=1222278&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/components/camel-groovy/pom.xml (original)
+++ camel/branches/camel-2.8.x/components/camel-groovy/pom.xml Thu Dec 22 15:30:12 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>