Author: pete.muir(a)jboss.org
Date: 2008-02-26 13:46:10 -0500 (Tue, 26 Feb 2008)
New Revision: 7487
Modified:
trunk/build/root.pom.xml
Log:
JBSEAM-2603
Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml 2008-02-26 18:20:14 UTC (rev 7486)
+++ trunk/build/root.pom.xml 2008-02-26 18:46:10 UTC (rev 7487)
@@ -283,6 +283,12 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>3.0.0.GA</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
Show replies by date