diff --git a/core/pom.xml b/core/pom.xml index 3eedc69c9593..04a3fe521ef8 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -163,7 +163,11 @@ javax.servlet-api ${javaxservlet.version} - + + commons-lang + commons-lang + test + org.apache.commons commons-lang3 diff --git a/pom.xml b/pom.xml index 1c12b9c5c7e4..4910b0c5fa0f 100644 --- a/pom.xml +++ b/pom.xml @@ -229,6 +229,7 @@ compile compile provided + compile compile compile test @@ -2184,6 +2185,18 @@ univocity-parsers 2.8.3 + + org.apache.hive + hive-storage-api + 2.6.0 + ${hive.storage.scope} + + + commons-lang + commons-lang + + + @@ -2934,6 +2947,7 @@ 1.2 ${hive.deps.scope} + provided nohive 3.2.10 @@ -2942,14 +2956,6 @@ hive-2.3 - - - - org.apache.hive - hive-storage-api - 2.6.0 - - diff --git a/sql/core/pom.xml b/sql/core/pom.xml index 5cd7c656ea72..87874e2a0eb0 100644 --- a/sql/core/pom.xml +++ b/sql/core/pom.xml @@ -95,6 +95,10 @@ orc-mapreduce ${orc.classifier} + + org.apache.hive + hive-storage-api + org.apache.parquet parquet-column