Repository: hive Updated Branches: refs/heads/master 20a34d329 -> 6bde1ed74
HIVE-18459: Removing thrift classes from hive-exec.jar (Naveen Gangam, reviewed by Aihua Xu) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/6bde1ed7 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/6bde1ed7 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/6bde1ed7 Branch: refs/heads/master Commit: 6bde1ed74a68d1a1ffccf127b5f06049da7062f2 Parents: 20a34d3 Author: Naveen Gangam <[email protected]> Authored: Fri Jan 19 15:04:06 2018 -0500 Committer: Naveen Gangam <[email protected]> Committed: Tue Jan 30 19:00:13 2018 -0500 ---------------------------------------------------------------------- ql/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/6bde1ed7/ql/pom.xml ---------------------------------------------------------------------- diff --git a/ql/pom.xml b/ql/pom.xml index 7019a91..187b701 100644 --- a/ql/pom.xml +++ b/ql/pom.xml @@ -891,7 +891,6 @@ <include>org.objenesis:objenesis</include> <include>org.apache.parquet:parquet-hadoop-bundle</include> <include>org.apache.thrift:libthrift</include> - <include>org.apache.thrift:libfb303</include> <include>javax.jdo:jdo-api</include> <include>commons-lang:commons-lang</include> <include>org.apache.commons:commons-lang3</include>
