You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ga...@apache.org on 2018/02/12 18:42:41 UTC

[31/50] [abbrv] hive git commit: HIVE-18668: Really shade guava in ql (Zoltan Haindrich reviewed by Ashutosh Chauhan)

HIVE-18668: Really shade guava in ql (Zoltan Haindrich reviewed by Ashutosh Chauhan)

Signed-off-by: Zoltan Haindrich <ki...@rxd.hu>


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/91889089
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/91889089
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/91889089

Branch: refs/heads/standalone-metastore
Commit: 91889089c77c231aeead606ae89f580a80b7ada8
Parents: 2338846
Author: Zoltan Haindrich <ki...@rxd.hu>
Authored: Mon Feb 12 10:30:57 2018 +0100
Committer: Zoltan Haindrich <ki...@rxd.hu>
Committed: Mon Feb 12 10:30:57 2018 +0100

----------------------------------------------------------------------
 ql/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/91889089/ql/pom.xml
----------------------------------------------------------------------
diff --git a/ql/pom.xml b/ql/pom.xml
index 187b701..2d1034c 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -907,7 +907,7 @@
                   <include>io.airlift:aircompressor</include>
                   <include>org.codehaus.jackson:jackson-core-asl</include>
                   <include>org.codehaus.jackson:jackson-mapper-asl</include>
-                  <include>com.google.guava:guava</include>
+                  <include>com.google.common:guava-common</include>
                   <include>net.sf.opencsv:opencsv</include>
                   <include>org.apache.hive:hive-spark-client</include>
                   <include>org.apache.hive:hive-storage-api</include>