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 2010/02/22 13:53:47 UTC

svn commit: r912552 - /camel/trunk/camel-core/pom.xml

Author: ningjiang
Date: Mon Feb 22 12:53:46 2010
New Revision: 912552

URL: http://svn.apache.org/viewvc?rev=912552&view=rev
Log:
CAMEL-2491 fixed the issue of camel-core and spring 3.0

Modified:
    camel/trunk/camel-core/pom.xml

Modified: camel/trunk/camel-core/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/pom.xml?rev=912552&r1=912551&r2=912552&view=diff
==============================================================================
--- camel/trunk/camel-core/pom.xml (original)
+++ camel/trunk/camel-core/pom.xml Mon Feb 22 12:53:46 2010
@@ -42,9 +42,9 @@
         javax.xml.bind.annotation;resolution:=optional,
         javax.xml.bind.annotation.adapters;resolution:=optional,
         javax.xml.stream;resolution:=optional,
-        org.springframework.jmx.export.annotation;resolution:=optional,
-        org.springframework.jmx.export.assembler;resolution:=optional,
-        org.springframework.jmx.export.metadata;resolution:=optional,
+        org.springframework.jmx.export.annotation;resolution:=optional;version="[2.5,4)",
+        org.springframework.jmx.export.assembler;resolution:=optional;version="[2.5,4)",
+        org.springframework.jmx.export.metadata;resolution:=optional;version="[2.5,4)",
         *
     </camel.osgi.import>
     <camel.osgi.dynamic>