You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ch...@apache.org on 2012/03/28 04:28:21 UTC

svn commit: r1306121 - in /lucene/dev/branches/lucene3930/solr/contrib/clustering: ./ lib/

Author: chrism
Date: Wed Mar 28 02:28:21 2012
New Revision: 1306121

URL: http://svn.apache.org/viewvc?rev=1306121&view=rev
Log:
LUCENE-3930: Adding complete ivy support for solr clustering

Removed:
    lucene/dev/branches/lucene3930/solr/contrib/clustering/lib/carrot2-core-3.5.0.jar
    lucene/dev/branches/lucene3930/solr/contrib/clustering/lib/hppc-0.3.3.jar
    lucene/dev/branches/lucene3930/solr/contrib/clustering/lib/jackson-core-asl-1.5.2.jar
    lucene/dev/branches/lucene3930/solr/contrib/clustering/lib/jackson-mapper-asl-1.5.2.jar
    lucene/dev/branches/lucene3930/solr/contrib/clustering/lib/mahout-collections-0.3.jar
    lucene/dev/branches/lucene3930/solr/contrib/clustering/lib/mahout-math-0.3.jar
    lucene/dev/branches/lucene3930/solr/contrib/clustering/lib/simple-xml-2.4.1.jar
Modified:
    lucene/dev/branches/lucene3930/solr/contrib/clustering/ivy.xml

Modified: lucene/dev/branches/lucene3930/solr/contrib/clustering/ivy.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3930/solr/contrib/clustering/ivy.xml?rev=1306121&r1=1306120&r2=1306121&view=diff
==============================================================================
--- lucene/dev/branches/lucene3930/solr/contrib/clustering/ivy.xml (original)
+++ lucene/dev/branches/lucene3930/solr/contrib/clustering/ivy.xml Wed Mar 28 02:28:21 2012
@@ -18,4 +18,13 @@
 -->
 <ivy-module version="2.0">
     <info organisation="org.apache.solr" module="clustering"/>
+    <dependencies>
+      <dependency org="org.carrot2" name="carrot2-core" rev="3.5.0" transitive="false"/>
+      <dependency org="com.carrotsearch" name="hppc" rev="0.3.3" transitive="false"/>
+      <dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.5.2" transitive="false"/>
+      <dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.5.2" transitive="false"/>
+      <dependency org="org.apache.mahout" name="mahout-collections" rev="0.3" transitive="false"/>
+      <dependency org="org.apache.mahout" name="mahout-math" rev="0.3" transitive="false"/>
+      <dependency org="org.simpleframework" name="simple-xml" rev="2.4.1" transitive="false"/>
+    </dependencies>
 </ivy-module>