[jboss-cvs] JBossAS SVN: r106051 - in projects/scanning/trunk: testsuite and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 15 09:01:46 EDT 2010


Author: bill.burke at jboss.com
Date: 2010-06-15 09:01:45 -0400 (Tue, 15 Jun 2010)
New Revision: 106051

Modified:
   projects/scanning/trunk/scanning-impl/pom.xml
   projects/scanning/trunk/testsuite/pom.xml
Log:
exclusions to get to comile

Modified: projects/scanning/trunk/scanning-impl/pom.xml
===================================================================
--- projects/scanning/trunk/scanning-impl/pom.xml	2010-06-15 12:23:49 UTC (rev 106050)
+++ projects/scanning/trunk/scanning-impl/pom.xml	2010-06-15 13:01:45 UTC (rev 106051)
@@ -45,6 +45,12 @@
     <dependency>
       <groupId>org.jboss.cl</groupId>
       <artifactId>jboss-classloading</artifactId>
+        <exclusions>
+            <exclusion>
+                <groupId>apache-xerces</groupId>
+                <artifactId>xercesImpl</artifactId>
+            </exclusion>
+        </exclusions>
     </dependency>
     <dependency>
       <groupId>org.jboss.cl</groupId>

Modified: projects/scanning/trunk/testsuite/pom.xml
===================================================================
--- projects/scanning/trunk/testsuite/pom.xml	2010-06-15 12:23:49 UTC (rev 106050)
+++ projects/scanning/trunk/testsuite/pom.xml	2010-06-15 13:01:45 UTC (rev 106051)
@@ -175,6 +175,12 @@
       <groupId>org.jboss.test</groupId>
       <artifactId>jboss-test</artifactId>
       <scope>test</scope>
+        <exclusions>
+            <exclusion>
+                <groupId>apache-log4j</groupId>
+                <artifactId>log4j</artifactId>
+            </exclusion>
+        </exclusions>
     </dependency>
   </dependencies>
 </project>



More information about the jboss-cvs-commits mailing list