You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2010/04/01 16:37:51 UTC

svn commit: r929991 - in /lucene/mahout/trunk/examples: pom.xml src/main/java/org/apache/mahout/cf/taste/ejb/

Author: srowen
Date: Thu Apr  1 14:37:51 2010
New Revision: 929991

URL: http://svn.apache.org/viewvc?rev=929991&view=rev
Log:
Retire the EJB interface. It's old (2.1 spec), dont' think it's used, easy to recreate properly later.

Removed:
    lucene/mahout/trunk/examples/src/main/java/org/apache/mahout/cf/taste/ejb/
Modified:
    lucene/mahout/trunk/examples/pom.xml

Modified: lucene/mahout/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/examples/pom.xml?rev=929991&r1=929990&r2=929991&view=diff
==============================================================================
--- lucene/mahout/trunk/examples/pom.xml (original)
+++ lucene/mahout/trunk/examples/pom.xml Thu Apr  1 14:37:51 2010
@@ -165,12 +165,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.openejb</groupId>
-      <artifactId>javaee-api</artifactId>
-      <version>5.0-1</version>
-    </dependency>
-
-    <dependency>
       <groupId>org.uncommons.watchmaker</groupId>
       <artifactId>watchmaker-framework</artifactId>
       <version>0.6.2</version>