You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by gs...@apache.org on 2010/02/14 23:10:08 UTC

svn commit: r910086 - /lucene/mahout/trunk/taste-web/pom.xml

Author: gsingers
Date: Sun Feb 14 22:10:08 2010
New Revision: 910086

URL: http://svn.apache.org/viewvc?rev=910086&view=rev
Log:
revert dependency removal

Modified:
    lucene/mahout/trunk/taste-web/pom.xml

Modified: lucene/mahout/trunk/taste-web/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/taste-web/pom.xml?rev=910086&r1=910085&r2=910086&view=diff
==============================================================================
--- lucene/mahout/trunk/taste-web/pom.xml (original)
+++ lucene/mahout/trunk/taste-web/pom.xml Sun Feb 14 22:10:08 2010
@@ -194,6 +194,12 @@
     </dependency>
 
     <dependency>
+      <groupId>axis</groupId>
+      <artifactId>axis</artifactId>
+      <version>1.4</version>
+    </dependency>
+
+    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
       <version>2.4</version>
@@ -212,6 +218,13 @@
       <version>1.5.8</version>
     </dependency>
 
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+      <scope>test</scope>
+    </dependency>
+
   </dependencies>
 
   <repositories>