Author: asoldano
Date: 2014-04-08 06:16:03 -0400 (Tue, 08 Apr 2014)
New Revision: 18569
Modified:
stack/cxf/branches/asoldano/pom.xml
Log:
Excluding banned geronimo jta api
Modified: stack/cxf/branches/asoldano/pom.xml
===================================================================
--- stack/cxf/branches/asoldano/pom.xml 2014-04-08 09:58:17 UTC (rev 18568)
+++ stack/cxf/branches/asoldano/pom.xml 2014-04-08 10:16:03 UTC (rev 18569)
@@ -433,6 +433,10 @@
<artifactId>geronimo-jms_1.1_spec</artifactId>
</exclusion>
<exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.1_spec</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</exclusion>
Show replies by date