Author: fnasser(a)redhat.com
Date: 2009-12-09 23:13:04 -0500 (Wed, 09 Dec 2009)
New Revision: 11250
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
Log:
One more exclusion for Geronimo stax
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-12-10 04:11:50 UTC (rev 11249)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-12-10 04:13:04 UTC (rev 11250)
@@ -278,6 +278,10 @@
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ </exclusion>
<!-- Specify the Spring bits we need at the version we need later -->
<exclusion>
<groupId>org.springframework</groupId>
Show replies by date