You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2014/12/10 14:37:55 UTC

cxf git commit: Adding http feature to enable servlet transport

Repository: cxf
Updated Branches:
  refs/heads/master 970feeed0 -> 94cfe7e48


Adding http feature to enable servlet transport


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

Branch: refs/heads/master
Commit: 94cfe7e48a50104b22457aa47b39d06329d16d32
Parents: 970feee
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Wed Dec 10 14:37:32 2014 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Wed Dec 10 14:37:47 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/94cfe7e4/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 29dd5a9..5917736 100644
--- a/services/xkms/xkms-features/src/main/resources/features.xml
+++ b/services/xkms/xkms-features/src/main/resources/features.xml
@@ -34,6 +34,7 @@
     <feature name="cxf-xkms-service" version="${project.version}">
         <feature>cxf-jaxws</feature>
         <feature>cxf-http</feature>
+        <feature>http</feature>
         <feature>wss4j</feature>
         <bundle>mvn:${project.groupId}/cxf-services-xkms-common/${project.version}</bundle>
         <bundle>mvn:${project.groupId}/cxf-services-xkms-x509-handlers/${project.version}</bundle>