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 12:35:56 UTC

cxf git commit: Fix for itest problem

Repository: cxf
Updated Branches:
  refs/heads/master d8a6bdbd2 -> 0ba19453f


Fix for itest problem


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

Branch: refs/heads/master
Commit: 0ba19453f17be19aa2e46848b1908f776a6abb64
Parents: d8a6bdb
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Wed Dec 10 12:35:51 2014 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Wed Dec 10 12:35:51 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/0ba19453/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 6134ee6..29dd5a9 100644
--- a/services/xkms/xkms-features/src/main/resources/features.xml
+++ b/services/xkms/xkms-features/src/main/resources/features.xml
@@ -23,6 +23,7 @@
         <feature>cxf-jaxws</feature>
         <feature>cxf-http</feature>
         <feature>cxf-ws-security</feature>
+        <feature>transaction</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>