cxf git commit: make feature cxf-ws-security installable in karaf

2015-11-23 Thread ay
Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes d17e1e485 -> 71d70edf5


make feature cxf-ws-security installable in karaf


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

Branch: refs/heads/3.0.x-fixes
Commit: 71d70edf51039326a6798776ed7e5ab1dbd0dc04
Parents: d17e1e4
Author: Akitoshi Yoshida 
Authored: Mon Nov 23 11:23:17 2015 +0100
Committer: Akitoshi Yoshida 
Committed: Mon Nov 23 11:37:55 2015 +0100

--
 osgi/karaf/features/src/main/resources/features.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cxf/blob/71d70edf/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 47cec55..f57a4ea 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -113,6 +113,7 @@
 cxf-ws-policy
 wss4j
 cxf-ws-addr
+mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${cxf.geronimo.transaction.version}
 mvn:net.sf.ehcache/ehcache/${cxf.ehcache.version}
 mvn:org.apache.cxf/cxf-rt-ws-security/${project.version}
 mvn:org.apache.cxf/cxf-rt-security/${project.version}
@@ -281,8 +282,8 @@
 
 cxf-core
 cxf-bindings-soap
-
mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
-
mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/${cxf.geronimo.jms.version}
+mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${cxf.geronimo.transaction.version}
+mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/${cxf.geronimo.jms.version}
 mvn:org.apache.cxf/cxf-rt-transports-jms/${project.version}
 
 



cxf git commit: make feature cxf-ws-security installable in karaf

2015-11-23 Thread ay
Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes 23e39b894 -> f4983a200


make feature cxf-ws-security installable in karaf


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

Branch: refs/heads/3.1.x-fixes
Commit: f4983a20099dfbf07592ec9b219f3f900159ae32
Parents: 23e39b8
Author: Akitoshi Yoshida 
Authored: Mon Nov 23 11:23:17 2015 +0100
Committer: Akitoshi Yoshida 
Committed: Mon Nov 23 11:33:26 2015 +0100

--
 osgi/karaf/features/src/main/resources/features.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/cxf/blob/f4983a20/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 da1f799..dafdbea 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -118,6 +118,7 @@
 cxf-ws-policy
 wss4j
 cxf-ws-addr
+mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${cxf.geronimo.transaction.version}
 mvn:net.sf.ehcache/ehcache/${cxf.ehcache.version}
 mvn:org.apache.cxf/cxf-rt-ws-security/${project.version}
 mvn:org.apache.cxf/cxf-rt-security-saml/${project.version}
@@ -308,7 +309,7 @@
 
 cxf-core
 cxf-bindings-soap
-mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
+mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${cxf.geronimo.transaction.version}
 mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/${cxf.geronimo.jms.version}
 mvn:org.apache.cxf/cxf-rt-transports-jms/${project.version}
 



cxf git commit: make feature cxf-ws-security installable in karaf

2015-11-23 Thread ay
Repository: cxf
Updated Branches:
  refs/heads/master 432ed6477 -> 5d23a4f75


make feature cxf-ws-security installable in karaf


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

Branch: refs/heads/master
Commit: 5d23a4f759235cac430c4213ecb50ae7b3300b6b
Parents: 432ed64
Author: Akitoshi Yoshida 
Authored: Mon Nov 23 11:23:17 2015 +0100
Committer: Akitoshi Yoshida 
Committed: Mon Nov 23 11:32:12 2015 +0100

--
 osgi/karaf/features/src/main/resources/features.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/cxf/blob/5d23a4f7/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 da1f799..dafdbea 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -118,6 +118,7 @@
 cxf-ws-policy
 wss4j
 cxf-ws-addr
+mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${cxf.geronimo.transaction.version}
 mvn:net.sf.ehcache/ehcache/${cxf.ehcache.version}
 mvn:org.apache.cxf/cxf-rt-ws-security/${project.version}
 mvn:org.apache.cxf/cxf-rt-security-saml/${project.version}
@@ -308,7 +309,7 @@
 
 cxf-core
 cxf-bindings-soap
-mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1
+mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${cxf.geronimo.transaction.version}
 mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/${cxf.geronimo.jms.version}
 mvn:org.apache.cxf/cxf-rt-transports-jms/${project.version}