You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by om...@apache.org on 2014/09/19 20:44:25 UTC

svn commit: r1626294 - /hive/trunk/ql/pom.xml

Author: omalley
Date: Fri Sep 19 18:44:24 2014
New Revision: 1626294

URL: http://svn.apache.org/r1626294
Log:
HIVE-6936. Provide table properties to InputFormats. 
(omalley reviewed by Ashutosh)

Modified:
    hive/trunk/ql/pom.xml

Modified: hive/trunk/ql/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/ql/pom.xml?rev=1626294&r1=1626293&r2=1626294&view=diff
==============================================================================
--- hive/trunk/ql/pom.xml (original)
+++ hive/trunk/ql/pom.xml Fri Sep 19 18:44:24 2014
@@ -575,6 +575,7 @@
                   <include>com.twitter:parquet-hadoop-bundle</include>
                   <include>org.apache.thrift:libthrift</include>
                   <include>commons-lang:commons-lang</include>
+                  <include>org.apache.commons:commons-lang3</include>
                   <include>org.jodd:jodd-core</include>
                   <include>org.json:json</include>
                   <include>org.apache.avro:avro</include>