This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch boot2ga
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/boot2ga by this push:
     new c9f565b  CAMEL-12430: Fixed Karaf tests due wrong spring range in 
camel-spring
c9f565b is described below

commit c9f565b671e24823f6434d7f6d12d5a115c01d91
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Apr 10 16:42:25 2018 +0200

    CAMEL-12430: Fixed Karaf tests due wrong spring range in camel-spring
---
 components/camel-spring/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml
index 415c84e..19e1480 100644
--- a/components/camel-spring/pom.xml
+++ b/components/camel-spring/pom.xml
@@ -50,7 +50,7 @@
       org.apache.camel.model.transformer;${camel.osgi.import.strict.version},
       org.apache.camel.model.validator;${camel.osgi.import.strict.version},
       org.apache.camel.*;${camel.osgi.import.strict.version},
-      org.springframework*;version="${spring-all-version-range}",
+      org.springframework*;version="${spring-version-range}",
       org.osgi.service.event;resolution:=optional,
       ${camel.osgi.import.defaults},
       *

-- 
To stop receiving notification emails like this one, please contact
davscl...@apache.org.

Reply via email to