Author: srowen
Date: Wed Nov 23 17:17:56 2011
New Revision: 1205498

URL: http://svn.apache.org/viewvc?rev=1205498&view=rev
Log:
MAHOUT-893 exclude watchmaker's dependency on Collections

Modified:
    mahout/trunk/pom.xml

Modified: mahout/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1205498&r1=1205497&r2=1205498&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Wed Nov 23 17:17:56 2011
@@ -322,6 +322,12 @@
         <groupId>org.uncommons.watchmaker</groupId>
         <artifactId>watchmaker-framework</artifactId>
         <version>0.6.2</version>
+        <exclusions>
+          <exclusion>
+            <groupId>com.google.collections</groupId>
+            <artifactId>google-collections</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.uncommons.watchmaker</groupId>


Reply via email to