[jbossws-commits] JBossWS SVN: r11264 - stack/cxf/branches/jbossws-cxf-3.1.2.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Dec 10 03:59:29 EST 2009


Author: fnasser at redhat.com
Date: 2009-12-10 03:59:29 -0500 (Thu, 10 Dec 2009)
New Revision: 11264

Modified:
   stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
Log:
Block wrong asm indirect dependency

Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml	2009-12-10 08:55:46 UTC (rev 11263)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml	2009-12-10 08:59:29 UTC (rev 11264)
@@ -271,6 +271,10 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jaxws_2.1_spec</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>asm</groupId>
+            <artifactId>asm</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>



More information about the jbossws-commits mailing list