Author: cmueller Date: Sun Feb 13 12:26:19 2011 New Revision: 1070222 URL: http://svn.apache.org/viewvc?rev=1070222&view=rev Log: fixed the wrong dependency version of org.springframework/spring-oxm in camel-spring-ws feature
Modified: camel/trunk/platforms/karaf/features/src/main/resources/features.xml Modified: camel/trunk/platforms/karaf/features/src/main/resources/features.xml URL: http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/src/main/resources/features.xml?rev=1070222&r1=1070221&r2=1070222&view=diff ============================================================================== --- camel/trunk/platforms/karaf/features/src/main/resources/features.xml (original) +++ camel/trunk/platforms/karaf/features/src/main/resources/features.xml Sun Feb 13 12:26:19 2011 @@ -610,7 +610,7 @@ <bundle>mvn:org.springframework/spring-web/${spring-version}</bundle> <bundle>mvn:org.springframework/spring-webmvc/${spring-version}</bundle> <bundle>mvn:org.springframework.ws/spring-xml/${spring-ws-version}</bundle> - <bundle>mvn:org.springframework.ws/spring-oxm/${spring-ws-version}</bundle> + <bundle>mvn:org.springframework/spring-oxm/${spring-version}</bundle> <bundle>mvn:org.springframework.ws/spring-ws-core/${spring-ws-version}</bundle> <bundle>mvn:org.springframework.ws/spring-ws-support/${spring-ws-version}</bundle> <bundle>mvn:org.apache.camel/camel-spring-ws/${pom.version}</bundle>