Repository: cxf Updated Branches: refs/heads/3.1.x-fixes b43822b3f -> 47f3416a3
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/47f3416a Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/47f3416a Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/47f3416a Branch: refs/heads/3.1.x-fixes Commit: 47f3416a37c6d250ed4325caee2caa81623ee851 Parents: b43822b 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:05:07 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/47f3416a/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>
