Author: srowen
Date: Wed Apr  6 11:20:37 2011
New Revision: 1089403

URL: http://svn.apache.org/viewvc?rev=1089403&view=rev
Log:
Remove refs to nonexistent Mahout-specific versions of other libraries

Modified:
    mahout/trunk/src/main/appended-resources/supplemental-models.xml
    mahout/trunk/taste-web/pom.xml

Modified: mahout/trunk/src/main/appended-resources/supplemental-models.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/src/main/appended-resources/supplemental-models.xml?rev=1089403&r1=1089402&r2=1089403&view=diff
==============================================================================
--- mahout/trunk/src/main/appended-resources/supplemental-models.xml (original)
+++ mahout/trunk/src/main/appended-resources/supplemental-models.xml Wed Apr  6 
11:20:37 2011
@@ -261,40 +261,6 @@
     </licenses>
     </project>
   </supplement>
-  <!-- Apache Hadoop  -->
-  <supplement>
-    <project>
-    <groupId>org.apache.mahout.hadoop</groupId>
-    <artifactId>hadoop-core</artifactId>
-    <name>Apache Hadoop</name>
-    <url>http://hadoop.apache.org/core/</url>
-    <organization>
-          <name>Apache Software Foundation</name>
-          <url>http://www.apache.org/</url>
-    </organization>
-    <licenses>
-      <license>
-        <name>The Apache Software License, Version 2.0</name>
-        <url>http://www.apache.org/licenses/LICENSE-2.0</url>
-      </license>
-    </licenses>
-    </project>
-  </supplement>
-  <!-- jets3d  -->
-  <supplement>
-    <project>
-    <groupId>org.apache.mahout.jets3t</groupId>
-    <artifactId>jets3t</artifactId>
-    <name>jets3t</name>
-    <url>https://jets3t.dev.java.net/</url>
-    <licenses>
-      <license>
-        <name>The Apache Software License, Version 2.0</name>
-        <url>http://www.apache.org/licenses/LICENSE-2.0</url>
-      </license>
-    </licenses>
-    </project>
-  </supplement>
   <!-- uncommons math  -->
   <supplement>
     <project>

Modified: mahout/trunk/taste-web/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/taste-web/pom.xml?rev=1089403&r1=1089402&r2=1089403&view=diff
==============================================================================
--- mahout/trunk/taste-web/pom.xml (original)
+++ mahout/trunk/taste-web/pom.xml Wed Apr  6 11:20:37 2011
@@ -124,10 +124,6 @@
           <artifactId>hadoop-core</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.apache.mahout.jets3t</groupId>
-          <artifactId>jets3t</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>xmlenc</groupId>
           <artifactId>xmlenc</artifactId>
         </exclusion>
@@ -156,14 +152,6 @@
           <artifactId>commons-lang</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>org.apache.mahout.watchmaker</groupId>
-          <artifactId>watchmaker-framework</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.apache.mahout.watchmaker</groupId>
-          <artifactId>watchmaker-swing</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>com.thoughtworks.xstream</groupId>
           <artifactId>xstream</artifactId>
         </exclusion>


Reply via email to