I have modified the pom.xml of example cxf-jaxrs feature to add the
jsonProvider dependencies
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
<version>1.9.0</version>
</dependency>
It builds sucessfully but when I do feature:install examples-cxf-jaxrs, I
get the below error
Error executing command: Can not resolve feature:
Unsatisfied requirement(s):
---------------------------
package:(&(package=org.codehaus.jackson.jaxrs)(version>=1.9.0))
Apache ServiceMix :: Features :: Examples :: CXF JAX-RS OSGI
I am new to OSGI and Servicemix. Please help figuring out the issue.
--
View this message in context:
http://servicemix.396122.n5.nabble.com/Unsatisfied-error-when-deploying-tp5719012.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.