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" />
 


Reply via email to