Author: fnasser(a)redhat.com
Date: 2009-12-09 18:23:24 -0500 (Wed, 09 Dec 2009)
New Revision: 11245
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
Log:
Do not refer to fastInfoset POM, exclude geronimo-stax-api in another place
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-12-09 23:17:03 UTC (rev 11244)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-12-09 23:23:24 UTC (rev 11245)
@@ -356,6 +356,10 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jaxws_2.1_spec</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -399,11 +403,13 @@
</exclusion>
</exclusions>
</dependency>
+ <!-- Not needed if we use the original in the EAP
<dependency>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfoset</artifactId>
<version>${fastinfoset.api.version}</version>
</dependency>
+ -->
<dependency>
<groupId>apache-velocity</groupId>
<artifactId>velocity</artifactId>
Show replies by date