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 2018/04/11 08:14:48 UTC

[camel] 36/41: CAMEL-12430: Fixed Karaf tests due wrong spring range in camel-spring

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

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

commit 5e0be36e7fb7432548522486b84450f009e3b91f
Author: Claus Ibsen <cl...@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
davsclaus@apache.org.