Repository: cxf Updated Branches: refs/heads/master 986aa4da6 -> 2b4fe9966
Fixed the xkms itest error Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/d9f624e2 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/d9f624e2 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/d9f624e2 Branch: refs/heads/master Commit: d9f624e2eca8affa20243583ace087a8cbba3ac8 Parents: 986aa4d Author: Willem Jiang <willem.ji...@gmail.com> Authored: Thu Oct 16 10:16:47 2014 +0800 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Thu Oct 16 10:16:47 2014 +0800 ---------------------------------------------------------------------- services/xkms/xkms-features/src/main/resources/features.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/d9f624e2/services/xkms/xkms-features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/services/xkms/xkms-features/src/main/resources/features.xml b/services/xkms/xkms-features/src/main/resources/features.xml index 59c10b5..6134ee6 100644 --- a/services/xkms/xkms-features/src/main/resources/features.xml +++ b/services/xkms/xkms-features/src/main/resources/features.xml @@ -7,9 +7,9 @@ to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -22,7 +22,7 @@ <feature name="cxf-xkms-client" version="${project.version}"> <feature>cxf-jaxws</feature> <feature>cxf-http</feature> - <feature>wss4j</feature> + <feature>cxf-ws-security</feature> <bundle start-level="40" dependency="true">mvn:net.sf.ehcache/ehcache/${cxf.ehcache.version}</bundle> <bundle>mvn:${project.groupId}/cxf-services-xkms-common/${project.version}</bundle> <bundle>mvn:${project.groupId}/cxf-services-xkms-client/${project.version}</bundle> @@ -42,7 +42,7 @@ mvn:${project.groupId}/cxf-services-xkms-features/${project.version}/cfg/org.apache.cxf.xkms </configfile> </feature> - + <feature name="cxf-xkms-ldap" version="${project.version}"> <feature>cxf-xkms-service</feature> <bundle>mvn:${project.groupId}/cxf-services-xkms-x509-repo-ldap/${project.version}</bundle>