You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gn...@apache.org on 2015/04/29 20:15:26 UTC

cxf git commit: Add missing dependency from cxf-ws-security to cxf-rt-security in the karaf feature definitions

Repository: cxf
Updated Branches:
  refs/heads/master 71e20b4f5 -> b08a6ba02


Add missing dependency from cxf-ws-security to cxf-rt-security in the karaf feature definitions


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

Branch: refs/heads/master
Commit: b08a6ba02f0e67ea29cc69fb5c878fc1e57dee75
Parents: 71e20b4
Author: Guillaume Nodet <gn...@gmail.com>
Authored: Wed Apr 29 20:15:01 2015 +0200
Committer: Guillaume Nodet <gn...@gmail.com>
Committed: Wed Apr 29 20:15:19 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/b08a6ba0/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 0705424..7f92b13 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -114,6 +114,7 @@
         <bundle start-level="40">mvn:org.apache.cxf/cxf-rt-ws-mex/${project.version}</bundle>
     </feature>
     <feature name="cxf-ws-security" version="${project.version}" resolver="(obr)">
+        <feature version="${project.version}">cxf-rt-security</feature>
         <feature version="${project.version}">cxf-ws-policy</feature>
         <feature version="${cxf.wss4j.version}">wss4j</feature>
         <feature version="${project.version}">cxf-ws-addr</feature>