[jboss-cvs] JBossAS SVN: r93508 - branches/JBPAPP_5_0/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 14 16:53:49 EDT 2009


Author: fnasser at redhat.com
Date: 2009-09-14 16:53:48 -0400 (Mon, 14 Sep 2009)
New Revision: 93508

Modified:
   branches/JBPAPP_5_0/component-matrix/pom.xml
Log:
Exclude jboss-jaxws even if groupId is specified differently

Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml	2009-09-14 20:12:35 UTC (rev 93507)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2009-09-14 20:53:48 UTC (rev 93508)
@@ -1231,6 +1231,10 @@
             <groupId>org.jboss</groupId>
             <artifactId>jboss-jaxws</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>jboss.jbossws</groupId>
+            <artifactId>jboss-jaxws</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
  




More information about the jboss-cvs-commits mailing list