Author: ggregory
Date: Wed Oct 15 18:14:14 2014
New Revision: 1632150
URL: http://svn.apache.org/r1632150
Log:
Remove Commons Collection as a dep, it will be brought in by Commons BeanUtils.
Modified:
commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml
Modified: commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml?rev=1632150&r1=1632149&r2=1632150&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-sandbox/yajcache/pom.xml Wed Oct 15
18:14:14 2014
@@ -33,11 +33,6 @@
<dependencies>
<dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.1</version>
- </dependency>
- <dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.2</version>