You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ha...@apache.org on 2013/04/11 16:32:39 UTC

svn commit: r1466904 - in /hive/trunk: eclipse-templates/.classpath ivy/libraries.properties jdbc/ivy.xml

Author: hashutosh
Date: Thu Apr 11 14:32:39 2013
New Revision: 1466904

URL: http://svn.apache.org/r1466904
Log:
HIVE-4323 : sqlline dependency is not required (Thejas Nair via Ashutosh Chauhan)

Modified:
    hive/trunk/eclipse-templates/.classpath
    hive/trunk/ivy/libraries.properties
    hive/trunk/jdbc/ivy.xml

Modified: hive/trunk/eclipse-templates/.classpath
URL: http://svn.apache.org/viewvc/hive/trunk/eclipse-templates/.classpath?rev=1466904&r1=1466903&r2=1466904&view=diff
==============================================================================
--- hive/trunk/eclipse-templates/.classpath (original)
+++ hive/trunk/eclipse-templates/.classpath Thu Apr 11 14:32:39 2013
@@ -49,7 +49,6 @@
   <classpathentry kind="lib" path="build/ivy/lib/default/avro-@avro.version@.jar"/>
   <classpathentry kind="lib" path="build/ivy/lib/default/avro-mapred-@avro.version@.jar"/>
   <classpathentry kind="lib" path="build/ivy/lib/default/jline-@jline.version@.jar"/>
-  <classpathentry kind="lib" path="build/ivy/lib/default/sqlline-@sqlline.version@.jar"/>
   <classpathentry kind="lib" path="build/ivy/lib/default/json-@json.version@.jar"/>
   <classpathentry kind="lib" path="build/ivy/lib/default/asm-@asm.version@.jar"/>
   <classpathentry kind="lib" path="build/ivy/lib/default/commons-compress-@commons-compress.version@.jar"/>

Modified: hive/trunk/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/hive/trunk/ivy/libraries.properties?rev=1466904&r1=1466903&r2=1466904&view=diff
==============================================================================
--- hive/trunk/ivy/libraries.properties (original)
+++ hive/trunk/ivy/libraries.properties Thu Apr 11 14:32:39 2013
@@ -61,8 +61,6 @@ maven-ant-tasks.version=2.1.0
 mockito-all.version=1.8.2
 protobuf.version=2.4.1
 rat.version=0.8
-sqlline.version=1_0_2
-sqlline.branch=1.0.2
 slf4j-api.version=1.6.1
 slf4j-log4j12.version=1.6.1
 ST4.version=4.0.4

Modified: hive/trunk/jdbc/ivy.xml
URL: http://svn.apache.org/viewvc/hive/trunk/jdbc/ivy.xml?rev=1466904&r1=1466903&r2=1466904&view=diff
==============================================================================
--- hive/trunk/jdbc/ivy.xml (original)
+++ hive/trunk/jdbc/ivy.xml Thu Apr 11 14:32:39 2013
@@ -27,8 +27,6 @@
     <include file="${ivy.conf.dir}/common-configurations.xml"/>
   </configurations>
   <dependencies>
-    <dependency org="sqlline" name="sqlline" rev="${sqlline.version}" branch="${sqlline.branch}"
-                transitive="false"/>
     <dependency org="org.apache.hive" name="hive-cli" rev="${version}"
                 conf="compile->default" />
   </dependencies>