Repository: cxf Updated Branches: refs/heads/master 406ebe4cc -> 57ac08948
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/57ac0894 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/57ac0894 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/57ac0894 Branch: refs/heads/master Commit: 57ac0894822569cd72ea33af102dd4d537617367 Parents: 406ebe4 Author: Colm O hEigeartaigh <[email protected]> Authored: Fri Nov 6 16:04:17 2015 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Fri Nov 6 16:04:49 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/57ac0894/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 7c1681e..da1f799 100644 --- a/osgi/karaf/features/src/main/resources/features.xml +++ b/osgi/karaf/features/src/main/resources/features.xml @@ -220,7 +220,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>
