Author: tdunning
Date: Wed May 16 22:37:52 2012
New Revision: 1339406

URL: http://svn.apache.org/viewvc?rev=1339406&view=rev
Log:
MAHOUT-768 - Fixed dependencies at top-level and in distribution.

Modified:
    mahout/trunk/distribution/pom.xml
    mahout/trunk/pom.xml

Modified: mahout/trunk/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/distribution/pom.xml?rev=1339406&r1=1339405&r2=1339406&view=diff
==============================================================================
--- mahout/trunk/distribution/pom.xml (original)
+++ mahout/trunk/distribution/pom.xml Wed May 16 22:37:52 2012
@@ -85,10 +85,6 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.mahout</groupId>
-      <artifactId>mahout-collections</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-math</artifactId>
       <version>${project.version}</version>
     </dependency>

Modified: mahout/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1339406&r1=1339405&r2=1339406&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Wed May 16 22:37:52 2012
@@ -159,15 +159,7 @@
         <groupId>${project.groupId}</groupId>
         <version>${project.version}</version>
       </dependency>
-      
-      <!-- sibling projects -->
-      <dependency>
-        <groupId>org.apache.mahout</groupId>
-        <artifactId>mahout-collections</artifactId>
-        <version>1.0</version>
-      </dependency>
-    
-      
+
       <!-- 3rd party  -->
       <dependency>
         <groupId>org.apache.lucene</groupId>


Reply via email to