You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2016/08/01 12:11:00 UTC

camel git commit: Update to CXF 3.1.7, expand spring version range to work with DM

Repository: camel
Updated Branches:
  refs/heads/camel-2.17.x 9fedf6aa6 -> 284cc6780


Update to CXF 3.1.7, expand spring version range to work with DM


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

Branch: refs/heads/camel-2.17.x
Commit: 284cc6780de1e32468ef2ae50ad357a444e79da1
Parents: 9fedf6a
Author: Daniel Kulp <dk...@apache.org>
Authored: Sun Jul 31 19:34:13 2016 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Sun Jul 31 19:35:10 2016 -0400

----------------------------------------------------------------------
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/284cc678/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index c98ce78..894aff8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -129,7 +129,7 @@
     <compress-lzf-version>1.0.3</compress-lzf-version>
     <concurrentlinkedhashmap.version>1.4.2</concurrentlinkedhashmap.version>
     <cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>
-    <cxf-version>3.1.5</cxf-version>
+    <cxf-version>3.1.7</cxf-version>
     <cxf-version-range>[3.0,4.0)</cxf-version-range>
     <cxf-xjc-plugin-version>3.0.5</cxf-xjc-plugin-version>
     <cxf-xjc-utils-version>3.0.5</cxf-xjc-utils-version>
@@ -514,8 +514,8 @@
     <spring-retry-version>1.0.3.RELEASE</spring-retry-version>
     <!-- spring-dm only supports spring 3.x -->
     <spring-dm-version-range>[3.2,4)</spring-dm-version-range>
-    <!-- karaf 2.x/3.x/4.x supports spring 4.1 onwards -->
-    <spring-version-range>[4.1,5)</spring-version-range>
+    <!-- karaf 2.x/3.x/4.x supports spring 3.2 onwards -->
+    <spring-version-range>[3.2,5)</spring-version-range>
     <!-- and special for only spring 4.0.x -->
     <spring40-version-range>[4.0,4.1)</spring40-version-range>
     <!-- and for spring 4.2.x onwards-->