Author: fnasser(a)redhat.com
Date: 2009-12-01 14:57:59 -0500 (Tue, 01 Dec 2009)
New Revision: 11181
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
Log:
Exclude bogus jaxb reference from jbossws-commons so that the install goal can build
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-12-01 18:50:36 UTC (rev 11180)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-12-01 19:57:59 UTC (rev 11181)
@@ -82,6 +82,12 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-common</artifactId>
<version>${jbossws.common.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>sun-jaxb</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
Show replies by date