[jboss-cvs] JBossAS SVN: r91553 - branches/JBPAPP_5_0/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 22 10:07:09 EDT 2009


Author: ispringer
Date: 2009-07-22 10:07:08 -0400 (Wed, 22 Jul 2009)
New Revision: 91553

Modified:
   branches/JBPAPP_5_0/thirdparty/pom.xml
Log:
exclude xml-apis jar to avoid banned dep errors from the enforcer plugin


Modified: branches/JBPAPP_5_0/thirdparty/pom.xml
===================================================================
--- branches/JBPAPP_5_0/thirdparty/pom.xml	2009-07-22 13:39:07 UTC (rev 91552)
+++ branches/JBPAPP_5_0/thirdparty/pom.xml	2009-07-22 14:07:08 UTC (rev 91553)
@@ -1098,10 +1098,12 @@
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
     </dependency>
+    <!--
     <dependency>
       <groupId>apache-xerces</groupId>
       <artifactId>xml-apis</artifactId>
     </dependency>
+    -->
     <dependency>
       <groupId>org.apache</groupId>
       <artifactId>xmlsec</artifactId>
@@ -1145,6 +1147,12 @@
     <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>
+      </exclusions>      
     </dependency>
     <dependency>
       <groupId>org.jboss.aop</groupId>




More information about the jboss-cvs-commits mailing list