Author: jim.ma
Date: 2011-02-17 02:34:30 -0500 (Thu, 17 Feb 2011)
New Revision: 13765
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3220]:Fix test failures when build with Maven3
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2011-02-17 07:03:48 UTC (rev 13764)
+++ stack/native/trunk/modules/testsuite/pom.xml 2011-02-17 07:34:30 UTC (rev 13765)
@@ -413,6 +413,12 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
+
+ <!-- Exclude Sun's stax implementation :
com.sun.xml.stream:sjsxp:jar:1.0.1 -->
+ <exclusion>
+ <groupId>org.jboss.resteasy</groupId>
+ <artifactId>resteasy-jaxb-provider</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>
@@ -440,10 +446,7 @@
<!-- # [JBWS-3150] This test causes hudson to freeze -->
<exclude>org/jboss/test/ws/common/soap/SOAPConnectionTestCase.*</exclude>
- <!-- # [JBWS-3220] Failures after update to maven3 -->
- <exclude>org/jboss/test/ws/jaxws/json/*TestCase.*</exclude>
-
<exclude>org/jboss/test/ws/jaxrpc/jbws383/JBWS383TestCase.*</exclude>
-
<exclude>org/jboss/test/ws/jaxws/jbws2000/JBWS2000TestCase.*</exclude>
+
</excludes>
</configuration>
</plugin>
@@ -528,6 +531,11 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
+ <!-- Exclude Sun's stax implementation :
com.sun.xml.stream:sjsxp:jar:1.0.1 -->
+ <exclusion>
+ <groupId>org.jboss.resteasy</groupId>
+ <artifactId>resteasy-jaxb-provider</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>
@@ -555,9 +563,6 @@
<!-- # [JBWS-3150] This test causes hudson to freeze -->
<exclude>org/jboss/test/ws/common/soap/SOAPConnectionTestCase.*</exclude>
- <exclude>org/jboss/test/ws/jaxws/json/*TestCase.*</exclude>
-
<exclude>org/jboss/test/ws/jaxrpc/jbws383/JBWS383TestCase.*</exclude>
-
<exclude>org/jboss/test/ws/jaxws/jbws2000/JBWS2000TestCase.*</exclude>
</excludes>
</configuration>
</plugin>
Show replies by date