Author: robinanil
Date: Sun May 13 22:27:32 2012
New Revision: 1337996

URL: http://svn.apache.org/viewvc?rev=1337996&view=rev
Log:
MAHOUT-1012 Cleaning up dependencies

Modified:
    mahout/trunk/core/pom.xml
    mahout/trunk/examples/pom.xml
    mahout/trunk/integration/pom.xml
    mahout/trunk/pom.xml
    mahout/trunk/src/main/appended-resources/supplemental-models.xml

Modified: mahout/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/core/pom.xml?rev=1337996&r1=1337995&r2=1337996&view=diff
==============================================================================
--- mahout/trunk/core/pom.xml (original)
+++ mahout/trunk/core/pom.xml Sun May 13 22:27:32 2012
@@ -165,11 +165,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.uncommons.watchmaker</groupId>
-      <artifactId>watchmaker-framework</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
     </dependency>

Modified: mahout/trunk/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/examples/pom.xml?rev=1337996&r1=1337995&r2=1337996&view=diff
==============================================================================
--- mahout/trunk/examples/pom.xml (original)
+++ mahout/trunk/examples/pom.xml Sun May 13 22:27:32 2012
@@ -142,16 +142,6 @@
     <dependency>
         <groupId>org.apache.lucene</groupId>
         <artifactId>lucene-analyzers</artifactId>
-     </dependency>
-
-    <dependency>
-      <groupId>org.uncommons.watchmaker</groupId>
-      <artifactId>watchmaker-framework</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.uncommons.watchmaker</groupId>
-      <artifactId>watchmaker-swing</artifactId>
     </dependency>
 
     <dependency>

Modified: mahout/trunk/integration/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/integration/pom.xml?rev=1337996&r1=1337995&r2=1337996&view=diff
==============================================================================
--- mahout/trunk/integration/pom.xml (original)
+++ mahout/trunk/integration/pom.xml Sun May 13 22:27:32 2012
@@ -100,13 +100,6 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>mahout-core</artifactId>
-      <exclusions>
-        <!-- This causes a weird runtime error -->
-        <exclusion>
-          <groupId>org.uncommons.watchmaker</groupId>
-          <artifactId>watchmaker-framework</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>

Modified: mahout/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1337996&r1=1337995&r2=1337996&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Sun May 13 22:27:32 2012
@@ -428,23 +428,6 @@
       </dependency>
       
       <dependency>
-        <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>
-        <artifactId>watchmaker-swing</artifactId>
-        <version>0.6.2</version>
-      </dependency>
-
-      <dependency>
         <groupId>com.thoughtworks.xstream</groupId>
         <artifactId>xstream</artifactId>
         <version>1.3.1</version>

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=1337996&r1=1337995&r2=1337996&view=diff
==============================================================================
--- mahout/trunk/src/main/appended-resources/supplemental-models.xml (original)
+++ mahout/trunk/src/main/appended-resources/supplemental-models.xml Sun May 13 
22:27:32 2012
@@ -276,37 +276,7 @@
     </licenses>
     </project>
   </supplement>
-  <!-- watchmaker framework  -->
-  <supplement>
-    <project>
-    <name>Watchmaker Framework</name>
-    <groupId>org.uncommons.watchmaker</groupId>
-    <artifactId>watchmaker-framework</artifactId>
-    <url>https://watchmaker.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>
-   <!-- watchmaker swing  -->
-  <supplement>
-    <project>
-    <name>Watchmaker Swing</name>
-    <groupId>org.uncommons.watchmaker</groupId>
-    <artifactId>watchmaker-swing</artifactId>
-    <url>https://watchmaker.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>
-   <!-- Xpp3  -->
+  <!-- Xpp3  -->
   <supplement>
     <project>
     <name>Xml Pull Parser 3rd Edition</name>


Reply via email to