You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ma...@apache.org on 2013/06/20 11:06:35 UTC

svn commit: r1494893 - /nutch/trunk/ivy/ivy.xml

Author: markus
Date: Thu Jun 20 09:06:34 2013
New Revision: 1494893

URL: http://svn.apache.org/r1494893
Log:
NUTCH-1527 ES dep in ivy missing

Modified:
    nutch/trunk/ivy/ivy.xml

Modified: nutch/trunk/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/ivy/ivy.xml?rev=1494893&r1=1494892&r2=1494893&view=diff
==============================================================================
--- nutch/trunk/ivy/ivy.xml (original)
+++ nutch/trunk/ivy/ivy.xml Thu Jun 20 09:06:34 2013
@@ -34,6 +34,9 @@
 	</publications>
 
 	<dependencies>
+                <dependency org="org.elasticsearch" name="elasticsearch" rev="0.90.1"
+                        conf="*->default"/>
+
 		<dependency org="org.apache.solr" name="solr-solrj" rev="3.4.0"
 			conf="*->default" />