[jbossws-commits] JBossWS SVN: r12899 - stack/native/trunk/modules/testsuite.
jbossws-commits at lists.jboss.org
jbossws-commits at lists.jboss.org
Fri Sep 3 08:02:48 EDT 2010
Author: alessio.soldano at jboss.com
Date: 2010-09-03 08:02:45 -0400 (Fri, 03 Sep 2010)
New Revision: 12899
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
Excluding legacy artifacts from testsuite dependency:tree
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2010-09-03 12:02:25 UTC (rev 12898)
+++ stack/native/trunk/modules/testsuite/pom.xml 2010-09-03 12:02:45 UTC (rev 12899)
@@ -511,6 +511,14 @@
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-services</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>jboss.jbossws</groupId>
+ <artifactId>jboss-jaxrpc</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>jboss.jbossws</groupId>
+ <artifactId>jboss-jaxws</artifactId>
+ </exclusion>
<!-- Exclusions for preventing http://www.slf4j.org/codes.html#multiple_bindings -->
<exclusion>
<groupId>org.jboss.slf4j</groupId>
@@ -603,6 +611,14 @@
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-services</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>jboss.jbossws</groupId>
+ <artifactId>jboss-jaxrpc</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>jboss.jbossws</groupId>
+ <artifactId>jboss-jaxws</artifactId>
+ </exclusion>
<!-- Exclusions for preventing http://www.slf4j.org/codes.html#multiple_bindings -->
<exclusion>
<groupId>org.jboss.slf4j</groupId>
More information about the jbossws-commits
mailing list