Fixing karaf feature for jose

Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/68021a8d
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/68021a8d
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/68021a8d

Branch: refs/heads/3.0.x-fixes
Commit: 68021a8d3fed95e6fd90161836b1003c8513f9ed
Parents: 552949e
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Fri Nov 6 16:04:17 2015 +0000
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Fri Nov 6 16:06:11 2015 +0000

----------------------------------------------------------------------
 osgi/karaf/features/src/main/resources/features.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/68021a8d/osgi/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/osgi/karaf/features/src/main/resources/features.xml 
b/osgi/karaf/features/src/main/resources/features.xml
index d063648..47cec55 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -204,7 +204,9 @@
     <feature name="cxf-rs-security-jose" version="${project.version}" 
resolver="(obr)">
         <feature version="${project.version}">cxf-jaxrs</feature>
         <feature version="${project.version}">cxf-rt-security</feature>
+        <bundle 
start-level="40">mvn:org.apache.cxf/cxf-rt-rs-json-basic/${project.version}</bundle>
         <bundle 
start-level="40">mvn:org.apache.cxf/cxf-rt-rs-security-jose/${project.version}</bundle>
+        <bundle 
start-level="40">mvn:org.apache.cxf/cxf-rt-rs-security-jose-jaxrs/${project.version}</bundle>
     </feature>
     <feature name="cxf-rs-security-oauth2" version="${project.version}" 
resolver="(obr)">
         <feature version="${project.version}">cxf-rs-security-jose</feature>

Reply via email to