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 2015/11/19 08:13:13 UTC

[04/12] camel git commit: spring-integration not yet updated to latest so must use older spring version

spring-integration not yet updated to latest so must use older spring version


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8c938bc1
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8c938bc1
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8c938bc1

Branch: refs/heads/master
Commit: 8c938bc1e0f3eab2425effd94b274effa1b8c431
Parents: 405d3d2
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Nov 19 07:45:55 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Nov 19 07:45:55 2015 +0100

----------------------------------------------------------------------
 components/camel-spring-integration/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/8c938bc1/components/camel-spring-integration/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-integration/pom.xml b/components/camel-spring-integration/pom.xml
index 02bf4ba..45a230e 100644
--- a/components/camel-spring-integration/pom.xml
+++ b/components/camel-spring-integration/pom.xml
@@ -33,6 +33,9 @@
         <camel.osgi.export.pkg>org.apache.camel.component.spring.integration.*</camel.osgi.export.pkg>
         <camel.osgi.import.before.defaults>org.springframework.integration.*;version="[2,3)"</camel.osgi.import.before.defaults>
         <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=spring-integration</camel.osgi.export.service>
+
+        <!-- must use older spring version -->
+        <spring-version>${spring41-version}</spring-version>
     </properties>
 
     <dependencies>