You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by da...@apache.org on 2006/12/29 13:30:12 UTC

svn commit: r490990 - /cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml

Author: danielf
Date: Fri Dec 29 04:30:12 2006
New Revision: 490990

URL: http://svn.apache.org/viewvc?view=rev&rev=490990
Log:
Removing faulty dependency on commons-collection.

Modified:
    cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml

Modified: cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml?view=diff&rev=490990&r1=490989&r2=490990
==============================================================================
--- cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml Fri Dec 29 04:30:12 2006
@@ -82,6 +82,12 @@
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache</artifactId>
       <version>1.2</version>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-collections</groupId>
+          <artifactId>commons-collections</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
   </dependencies>
 </project>