Repository: cxf Updated Branches: refs/heads/master 6affc47a1 -> 3b798b8f0
include cxf-rt-security in cxf-ws-security feature Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/3b798b8f Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/3b798b8f Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/3b798b8f Branch: refs/heads/master Commit: 3b798b8f04b3b847d228c4e39476197ed251c6cb Parents: 6affc47 Author: Akitoshi Yoshida <[email protected]> Authored: Fri Mar 14 18:08:22 2014 +0100 Committer: Akitoshi Yoshida <[email protected]> Committed: Fri Mar 14 18:08:37 2014 +0100 ---------------------------------------------------------------------- osgi/karaf/features/src/main/resources/features.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/3b798b8f/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 3d2011e..a2445e3 100644 --- a/osgi/karaf/features/src/main/resources/features.xml +++ b/osgi/karaf/features/src/main/resources/features.xml @@ -117,6 +117,7 @@ <feature version="${project.version}">cxf-ws-addr</feature> <bundle start-level="40" dependency="true">mvn:net.sf.ehcache/ehcache/${cxf.ehcache.version}</bundle> <bundle start-level="40">mvn:org.apache.cxf/cxf-rt-ws-security/${project.version}</bundle> + <bundle start-level="40">mvn:org.apache.cxf/cxf-rt-security/${project.version}</bundle> </feature> <feature name="cxf-rt-security" version="${project.version}" resolver="(obr)"> <feature version="${project.version}">cxf-core</feature>
