You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bi...@apache.org on 2010/03/18 03:01:11 UTC

svn commit: r924598 - /lucene/mahout/trunk/collections/pom.xml

Author: bimargulies
Date: Thu Mar 18 02:01:10 2010
New Revision: 924598

URL: http://svn.apache.org/viewvc?rev=924598&view=rev
Log:
Remove codegen as a plugin of dependencies, it just causes trouble with commons-logging

Modified:
    lucene/mahout/trunk/collections/pom.xml

Modified: lucene/mahout/trunk/collections/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/collections/pom.xml?rev=924598&r1=924597&r2=924598&view=diff
==============================================================================
--- lucene/mahout/trunk/collections/pom.xml (original)
+++ lucene/mahout/trunk/collections/pom.xml Thu Mar 18 02:01:10 2010
@@ -92,11 +92,6 @@
 
   <dependencies>
     <dependency>
-        <groupId>org.apache.mahout</groupId>
-        <artifactId>mahout-collection-codegen-plugin</artifactId>
-        <version>${project.version}</version>
-    </dependency>
-    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
       <version>1.5.8</version>