You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2015/04/30 17:36:11 UTC

camel git commit: Update Spring Web Services version from 2.2.0.RELEASE to 2.2.1.RELEASE

Repository: camel
Updated Branches:
  refs/heads/master 988fb5e2b -> b31e4fc64


Update Spring Web Services version from 2.2.0.RELEASE to 2.2.1.RELEASE


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

Branch: refs/heads/master
Commit: b31e4fc64539abd5b2548301bcd170333f39dcda
Parents: 988fb5e
Author: Andrea Cosentino <an...@gmail.com>
Authored: Thu Apr 30 17:12:24 2015 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Apr 30 17:12:24 2015 +0200

----------------------------------------------------------------------
 parent/pom.xml                                           | 2 +-
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b31e4fc6/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 3741ad9..0cf684e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -455,7 +455,7 @@
     <spring-osgi-version>1.2.1</spring-osgi-version>
     <spring-security-version>3.2.5.RELEASE</spring-security-version>
     <spring-ws-bundle-version>2.1.4.RELEASE</spring-ws-bundle-version>
-    <spring-ws-version>2.2.0.RELEASE</spring-ws-version>
+    <spring-ws-version>2.2.1.RELEASE</spring-ws-version>
     <spymemcached-bundle-version>2.5_2</spymemcached-bundle-version> <!-- FIXME cmueller: not in sync! -->
     <spymemcached-version>2.8.4</spymemcached-version>
     <sshd-version>0.13.0</sshd-version>

http://git-wip-us.apache.org/repos/asf/camel/blob/b31e4fc6/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index d04c74b..2b3200f 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1395,6 +1395,7 @@
     <bundle dependency='true'>mvn:org.springframework.ws/spring-xml/${spring-ws-bundle-version}</bundle>
     <bundle dependency='true'>mvn:org.springframework.ws/spring-ws-core/${spring-ws-bundle-version}</bundle>
     <bundle dependency='true'>mvn:org.springframework.ws/spring-ws-support/${spring-ws-bundle-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xpp3/${xpp3-bundle-version}</bundle>    
     <bundle>mvn:org.apache.camel/camel-spring-ws/${project.version}</bundle>
   </feature>
   <feature name='camel-sql' version='${project.version}' resolver='(obr)' start-level='50'>