[jboss-cvs] JBossAS SVN: r105905 - branches/JBPAPP_5_1/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 9 16:21:02 EDT 2010


Author: fnasser at redhat.com
Date: 2010-06-09 16:21:02 -0400 (Wed, 09 Jun 2010)
New Revision: 105905

Modified:
   branches/JBPAPP_5_1/component-matrix/pom.xml
Log:
Exclude httpunit dependencies no loger needed with JDK1.6

Modified: branches/JBPAPP_5_1/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_1/component-matrix/pom.xml	2010-06-09 19:59:59 UTC (rev 105904)
+++ branches/JBPAPP_5_1/component-matrix/pom.xml	2010-06-09 20:21:02 UTC (rev 105905)
@@ -396,6 +396,14 @@
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>rhino</groupId>
+            <artifactId>js</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>xerces</groupId>
+            <artifactId>xmlParserAPIs</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       



More information about the jboss-cvs-commits mailing list