[jboss-svn-commits] JBoss Common SVN: r2414 - common-core/trunk.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Jun 13 17:42:47 EDT 2007
Author: pgier
Date: 2007-06-13 17:42:47 -0400 (Wed, 13 Jun 2007)
New Revision: 2414
Modified:
common-core/trunk/pom.xml
Log:
Adding exclusion rule to dependency on jboss-test so that an older common-core is not included in the test classpath.
Issue: JBBUILD-382
Modified: common-core/trunk/pom.xml
===================================================================
--- common-core/trunk/pom.xml 2007-06-13 21:38:27 UTC (rev 2413)
+++ common-core/trunk/pom.xml 2007-06-13 21:42:47 UTC (rev 2414)
@@ -84,6 +84,12 @@
<artifactId>jboss-test</artifactId>
<version>1.0.3.GA</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
More information about the jboss-svn-commits
mailing list