Author: thomas.diesler(a)jboss.com
Date: 2008-05-19 19:05:40 -0400 (Mon, 19 May 2008)
New Revision: 7098
Modified:
stack/native/trunk/pom.xml
Log:
Exclude sun stax impl
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-05-19 14:27:24 UTC (rev 7097)
+++ stack/native/trunk/pom.xml 2008-05-19 23:05:40 UTC (rev 7098)
@@ -224,6 +224,12 @@
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-tools</artifactId>
<version>${sun.jaxws.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.sun.xml.stream</groupId>
+ <artifactId>sjsxp</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
Show replies by date