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/07/30 18:05:16 UTC

svn commit: r1508506 - in /hive/trunk: ivy/libraries.properties metastore/ivy.xml

Author: brock
Date: Tue Jul 30 16:05:15 2013
New Revision: 1508506

URL: http://svn.apache.org/r1508506
Log:
HIVE-3256: Update asm version in Hive (Ashutosh Chauhan via Brock Noland)

Modified:
    hive/trunk/ivy/libraries.properties
    hive/trunk/metastore/ivy.xml

Modified: hive/trunk/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hive/trunk/ivy/libraries.properties?rev=1508506&r1=1508505&r2=1508506&view=diff
==============================================================================
--- hive/trunk/ivy/libraries.properties (original)
+++ hive/trunk/ivy/libraries.properties Tue Jul 30 16:05:15 2013
@@ -22,7 +22,6 @@ ant-contrib.version=1.0b3
 ant-task.version=2.0.10
 antlr.version=3.4
 antlr-runtime.version=3.4
-asm.version=3.1
 avro.version=1.7.1
 datanucleus-api-jdo.version=3.2.1
 datanucleus-core.version=3.2.2

Modified: hive/trunk/metastore/ivy.xml
URL: http://svn.apache.org/viewvc/hive/trunk/metastore/ivy.xml?rev=1508506&r1=1508505&r2=1508506&view=diff
==============================================================================
--- hive/trunk/metastore/ivy.xml (original)
+++ hive/trunk/metastore/ivy.xml Tue Jul 30 16:05:15 2013
@@ -45,7 +45,6 @@
     <dependency org="javax.jdo" name="jdo-api" rev="${jdo-api.version}"
                 transitive="false"/>
     <dependency org="org.apache.derby" name="derby" rev="${derby.version}"/>
-    <dependency org="asm" name="asm" rev="${asm.version}"/>
 
   </dependencies>
 </ivy-module>