Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 5f5178132 -> 8b9300798
Adding a Jose feature Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/8b930079 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8b930079 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8b930079 Branch: refs/heads/3.0.x-fixes Commit: 8b930079866630ad29e92950d2f9c8563dade6ca Parents: 5f51781 Author: Sergey Beryozkin <[email protected]> Authored: Fri Nov 7 12:37:31 2014 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Fri Nov 7 12:38:45 2014 +0000 ---------------------------------------------------------------------- osgi/karaf/features/src/main/resources/features.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/8b930079/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 0a57fad..d8c791e 100644 --- a/osgi/karaf/features/src/main/resources/features.xml +++ b/osgi/karaf/features/src/main/resources/features.xml @@ -205,6 +205,10 @@ <feature version="${project.version}">cxf-jaxrs</feature> <bundle start-level="40">mvn:org.apache.cxf/cxf-rt-rs-security-oauth2/${project.version}</bundle> </feature> + <feature name="cxf-rs-security-jose" version="${project.version}" resolver="(obr)"> + <feature version="${project.version}">cxf-jaxrs</feature> + <bundle start-level="40">mvn:org.apache.cxf/cxf-rt-rs-security-jose/${project.version}</bundle> + </feature> <feature name="cxf-databinding-aegis" version="${project.version}" resolver="(obr)"> <feature version="${project.version}">cxf-wsdl</feature> <feature version="${project.version}">cxf-bindings-soap</feature>
