You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2013/10/21 23:49:05 UTC

svn commit: r1534392 - /hive/trunk/hwi/ivy.xml

Author: brock
Date: Mon Oct 21 21:49:04 2013
New Revision: 1534392

URL: http://svn.apache.org/r1534392
Log:
HIVE-5132 - Can't access to hwi due to 'No Java compiler available' (Bing Li via Edward Capriolo)

Modified:
    hive/trunk/hwi/ivy.xml

Modified: hive/trunk/hwi/ivy.xml
URL: http://svn.apache.org/viewvc/hive/trunk/hwi/ivy.xml?rev=1534392&r1=1534391&r2=1534392&view=diff
==============================================================================
--- hive/trunk/hwi/ivy.xml (original)
+++ hive/trunk/hwi/ivy.xml Mon Oct 21 21:49:04 2013
@@ -29,6 +29,8 @@
     <dependency org="org.apache.hive" name="hive-cli" rev="${version}"
                 conf="compile->default" />
     <dependency org="org.mortbay.jetty" name="jetty" rev="${jetty.version}" />
+    <dependency org="org.apache.ant" name="ant" rev="${apacheant.version}" />
+    <dependency org="org.apache.ant" name="ant-launcher" rev="${apacheant.version}" />
 
     <!-- Test Dependencies -->
     <dependency org="commons-httpclient" name="commons-httpclient" rev="${commons-httpclient.version}"