Details
Description
I've just downloaded Apache Karaf 2.2.9 for linux and proceeded through Quick Start guide.
I've typed:
features:addurl mvn:org.apache.camel/camel-example-osgi/2.7.0/xml/features
features:install camel-example-osgi
And error is:
Error executing command: Could not start bundle mvn:org.apache.camel/camel-spring/2.7.0 in feature(s) camel-spring-2.7.0: Uses constraint violation. Unable to resolve module org.apache.camel.camel-spring [79.0] because it is exposed to package 'org.springframework.core' from modules org.springframework.core [51.0] and org.springframework.core [65.0] via two dependency chains.
Chain 1:
org.apache.camel.camel-spring [79.0]
import: (&(package=org.springframework.core)(version>=3.0.0)(!(version>=4.0.0)))
export: package=org.springframework.core
org.springframework.core [51.0]
Chain 2:
org.apache.camel.camel-spring [79.0]
import: (&(package=org.springframework.osgi.context)(version>=1.2.0)(!(version>=2.0.0)))
export: package=org.springframework.osgi.context; uses:=org.springframework.beans
org.springframework.osgi.core [74.0]
import: (&(package=org.springframework.beans)(version>=2.5.6)(!(version>=4.0.0)))
export: package=org.springframework.beans; uses:=org.springframework.core
org.springframework.beans [68.0]
import: (&(package=org.springframework.core)(version>=3.0.7)(!(version>=3.0.8)))
export: package=org.springframework.core
org.springframework.core [65.0]
It works with camel-example-osgi:2.6.0 version.