Repository: cxf Updated Branches: refs/heads/master 0739807fb -> c51282ea7
Add a transaction api jar to fix compile failure Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c51282ea Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c51282ea Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c51282ea Branch: refs/heads/master Commit: c51282ea7e737c4ee92c7e6e10983d84373448e0 Parents: 0739807 Author: Daniel Kulp <[email protected]> Authored: Wed Apr 2 16:54:59 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Wed Apr 2 16:54:59 2014 -0400 ---------------------------------------------------------------------- rt/transports/jms/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/c51282ea/rt/transports/jms/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/jms/pom.xml b/rt/transports/jms/pom.xml index e2224f6..48a0bd4 100644 --- a/rt/transports/jms/pom.xml +++ b/rt/transports/jms/pom.xml @@ -50,6 +50,11 @@ <artifactId>geronimo-jms_1.1_spec</artifactId> </dependency> <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jta_1.1_spec</artifactId> + <version>1.1.1</version> + </dependency> + <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> </dependency>
