Author: dblevins
Date: Sat Mar 16 00:37:24 2013
New Revision: 1457182
URL: http://svn.apache.org/r1457182
Log:
fix issue with commons-collection versions
Modified:
tomee/sandbox/release-tools/pom.xml
Modified: tomee/sandbox/release-tools/pom.xml
URL:
http://svn.apache.org/viewvc/tomee/sandbox/release-tools/pom.xml?rev=1457182&r1=1457181&r2=1457182&view=diff
==============================================================================
--- tomee/sandbox/release-tools/pom.xml (original)
+++ tomee/sandbox/release-tools/pom.xml Sat Mar 16 00:37:24 2013
@@ -111,6 +111,10 @@
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </exclusion>
</exclusions>
</dependency>