Repository: hive
Updated Branches:
  refs/heads/master 34eb9ed10 -> b362de387


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

This reverts commit 91889089c77c231aeead606ae89f580a80b7ada8.


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

Branch: refs/heads/master
Commit: b362de3871764731d8371657b07140e37a3c5105
Parents: 34eb9ed
Author: sergey <ser...@apache.org>
Authored: Fri Mar 9 12:52:46 2018 -0800
Committer: sergey <ser...@apache.org>
Committed: Fri Mar 9 12:53:05 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/hive/blob/b362de38/ql/pom.xml
----------------------------------------------------------------------
diff --git a/ql/pom.xml b/ql/pom.xml
index 5f917c1..1f35bc6 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -915,7 +915,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.common:guava-common</include>
+                  <include>com.google.guava:guava</include>
                   <include>net.sf.opencsv:opencsv</include>
                   <include>org.apache.hive:hive-spark-client</include>
                   <include>org.apache.hive:hive-storage-api</include>

Reply via email to