[jboss-svn-commits] JBoss Common SVN: r2763 - common-core/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Mar 28 05:54:31 EDT 2008


Author: dimitris at jboss.org
Date: 2008-03-28 05:54:31 -0400 (Fri, 28 Mar 2008)
New Revision: 2763

Modified:
   common-core/trunk/pom.xml
Log:
add apache-xerces:xml-apis to the exclusion list

Modified: common-core/trunk/pom.xml
===================================================================
--- common-core/trunk/pom.xml	2008-03-27 23:43:00 UTC (rev 2762)
+++ common-core/trunk/pom.xml	2008-03-28 09:54:31 UTC (rev 2763)
@@ -84,29 +84,33 @@
       <artifactId>jboss-test</artifactId>
       <version>1.0.3.GA</version>
       <scope>test</scope>
-      <!-- Cyclical dependency, 27/03/2008
-      jboss:jboss-test->jboss:jboss-logging-log4j->jboss:jboss-common-core
+      <exclusions>
+        <!-- Cyclical dependency, 27/03/2008
+        jboss:jboss-test->jboss:jboss-logging-log4j->jboss:jboss-common-core
       
-       +- jboss:jboss-test:jar:1.0.3.GA:test
-       |  +- org.apache.ant:ant-junit:jar:1.7.0:test
-       |  |  \- org.apache.ant:ant:jar:1.7.0:test
-       |  |     \- org.apache.ant:ant-launcher:jar:1.7.0:test
-       |  +- apache-xerces:xml-apis:jar:2.7.1:test
-       |  +- apache-httpclient:commons-httpclient:jar:2.0.2:test
-       |  +- oswego-concurrent:concurrent:jar:1.3.4:test
-       |  +- jboss:jboss-logging-spi:jar:2.0.2.GA:test
-       |  +- jboss.profiler.jvmti:jboss-profiler-jvmti:jar:1.0.0.CR5:tes
-       |  +- jboss:jboss-logging-log4j:jar:2.0.2.GA:test
-       |  |  +- jboss:jboss-common-core:jar:2.0.2.GA:test
-       |  |  |  \- apache-slide:webdavlib:jar:2.0:test
-       |  |  \- apache-log4j:log4j:jar:1.2.8:test
-       |  \- log4j:log4j:jar:1.2.14:test
-      -->      
-      <exclusions>
+         +- jboss:jboss-test:jar:1.0.3.GA:test
+         |  +- org.apache.ant:ant-junit:jar:1.7.0:test
+         |  |  \- org.apache.ant:ant:jar:1.7.0:test
+         |  |     \- org.apache.ant:ant-launcher:jar:1.7.0:test
+         |  +- apache-xerces:xml-apis:jar:2.7.1:test
+         |  +- apache-httpclient:commons-httpclient:jar:2.0.2:test
+         |  +- oswego-concurrent:concurrent:jar:1.3.4:test
+         |  +- jboss:jboss-logging-spi:jar:2.0.2.GA:test
+         |  +- jboss.profiler.jvmti:jboss-profiler-jvmti:jar:1.0.0.CR5:tes
+         |  +- jboss:jboss-logging-log4j:jar:2.0.2.GA:test
+         |  |  +- jboss:jboss-common-core:jar:2.0.2.GA:test
+         |  |  |  \- apache-slide:webdavlib:jar:2.0:test
+         |  |  \- apache-log4j:log4j:jar:1.2.8:test
+         |  \- log4j:log4j:jar:1.2.14:test
+        -->        
         <exclusion>
           <groupId>jboss</groupId>
           <artifactId>jboss-common-core</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>apache-xerces</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>        
       </exclusions>
     </dependency>
     




More information about the jboss-svn-commits mailing list