[jbossws-commits] JBossWS SVN: r12897 - stack/cxf/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Sep 3 08:00:44 EDT 2010


Author: alessio.soldano at jboss.com
Date: 2010-09-03 08:00:43 -0400 (Fri, 03 Sep 2010)
New Revision: 12897

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Excluding legacy artifacts from testsuite dependency:tree


Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2010-09-03 11:47:58 UTC (rev 12896)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2010-09-03 12:00:43 UTC (rev 12897)
@@ -586,6 +586,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>
@@ -688,6 +696,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