On Fri, Jul 24, 2015 at 10:14 AM, Sergey Beryozkin <[email protected]> wrote: > CXF uses 2.0.1 version, but 2.0.0 spec bundle should cover 2.0.1, right ?
To wrap up this thread: The pom for my service declared an ordinary compile-time dependency on cxf-rt-frontend-jaxrs. This, in turn, called for: javax.ws.rs:javax.ws.rs-api:jar:2.0.1 I didn't do anything to exclude this from consideration by the karaf-maven-plugin, so my feature ended up calling for it. I fixed it by marking the CXF dependency 'provided', since I'm expecting the entire CXF feature to be installed separately in the first instance.
