You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/12/27 14:57:39 UTC

svn commit: r894066 - /camel/trunk/components/camel-osgi/pom.xml

Author: ningjiang
Date: Sun Dec 27 13:57:38 2009
New Revision: 894066

URL: http://svn.apache.org/viewvc?rev=894066&view=rev
Log:
Fixed the test error of camel-example-spring-javaconfig

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

Modified: camel/trunk/components/camel-osgi/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-osgi/pom.xml?rev=894066&r1=894065&r2=894066&view=diff
==============================================================================
--- camel/trunk/components/camel-osgi/pom.xml (original)
+++ camel/trunk/components/camel-osgi/pom.xml Sun Dec 27 13:57:38 2009
@@ -60,6 +60,25 @@
     <dependency>
       <groupId>org.springframework.osgi</groupId>
       <artifactId>spring-osgi-core</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>org.springframework.aop</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>org.springframework.beans</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>org.springframework.context</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>org.springframework.core</artifactId>
+        </exclusion>
+        
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>