[jboss-cvs] JBossAS SVN: r110734 - branches/JBPAPP_5_1/component-matrix.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Feb 22 10:24:17 EST 2011
Author: fnasser at redhat.com
Date: 2011-02-22 10:24:17 -0500 (Tue, 22 Feb 2011)
New Revision: 110734
Modified:
branches/JBPAPP_5_1/component-matrix/pom.xml
Log:
Exclude qdox from jbosscache-core dependency
Modified: branches/JBPAPP_5_1/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_1/component-matrix/pom.xml 2011-02-22 14:51:58 UTC (rev 110733)
+++ branches/JBPAPP_5_1/component-matrix/pom.xml 2011-02-22 15:24:17 UTC (rev 110734)
@@ -1616,6 +1616,10 @@
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.thoughtworks.qdox</groupId>
+ <artifactId>qdox</artifactId>
+ </exclusion>
</exclusions>
</dependency>
More information about the jboss-cvs-commits
mailing list