JBossWS SVN: r9150 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-01-28 10:08:06 -0500 (Wed, 28 Jan 2009)
New Revision: 9150
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
Excluding old jaxws impl transitive dependency brought in by jboss-metadata (issue with smoke/tools test & surefire when AS endorsed dir is not set as "classes" folder are moved last in the classpath)
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2009-01-28 13:56:59 UTC (rev 9149)
+++ stack/native/trunk/modules/testsuite/pom.xml 2009-01-28 15:08:06 UTC (rev 9150)
@@ -411,6 +411,12 @@
<dependency>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss500</artifactId>
+ <exclusions>
+ <exclusion> <!-- Exclude old jaxws impl transitive dependency brought in by jboss-metadata -->
+ <groupId>jboss.jbossws</groupId>
+ <artifactId>jboss-jaxws</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!--dependency>
<groupId>org.jboss.jbossas</groupId>
@@ -485,6 +491,12 @@
<dependency>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss510x</artifactId>
+ <exclusions>
+ <exclusion> <!-- Exclude old jaxws impl transitive dependency brought in by jboss-metadata -->
+ <groupId>jboss.jbossws</groupId>
+ <artifactId>jboss-jaxws</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!--dependency>
<groupId>org.jboss.jbossas</groupId>
@@ -559,6 +571,12 @@
<dependency>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss600x</artifactId>
+ <exclusions>
+ <exclusion> <!-- Exclude old jaxws impl transitive dependency brought in by jboss-metadata -->
+ <groupId>jboss.jbossws</groupId>
+ <artifactId>jboss-jaxws</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!--dependency>
<groupId>org.jboss.jbossas</groupId>