Repository: cxf Updated Branches: refs/heads/master 6641d5892 -> db18a965f
CXF-6221: CDI integration extension does not detect annotations on Karaf. Fixed OSGi import/export package Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/db18a965 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/db18a965 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/db18a965 Branch: refs/heads/master Commit: db18a965fb238b8515ab74eb63d13c863c279476 Parents: 6641d58 Author: reta <[email protected]> Authored: Sat Feb 21 18:51:00 2015 -0500 Committer: reta <[email protected]> Committed: Sat Feb 21 18:51:00 2015 -0500 ---------------------------------------------------------------------- integration/cdi/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/db18a965/integration/cdi/pom.xml ---------------------------------------------------------------------- diff --git a/integration/cdi/pom.xml b/integration/cdi/pom.xml index dba90bc..7d0a7e0 100644 --- a/integration/cdi/pom.xml +++ b/integration/cdi/pom.xml @@ -36,10 +36,11 @@ javax.servlet*;version="${cxf.osgi.javax.servlet.version}", javax.enterprise*;version="[${cxf.cdi.api.version},2)", javax.ws.rs*;version="[1.0,3)", - org.apache.cxf*;version="${project.version}", + org.apache.cxf.interceptor;resolution:=optional, + * </cxf.osgi.import> <cxf.osgi.export> - org.apache.cxf.jaxrs* + org.apache.cxf.cdi </cxf.osgi.export> </properties>
