Repository: hbase Updated Branches: refs/heads/master 50e28d62a -> 8b36da110
HBASE-18209 Include httpclient / httpcore jars in build artifacts Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8b36da11 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8b36da11 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/8b36da11 Branch: refs/heads/master Commit: 8b36da110896feebbd90d0eefddaec12435b4f4b Parents: 50e28d6 Author: tedyu <[email protected]> Authored: Wed Jun 14 20:09:42 2017 -0700 Committer: tedyu <[email protected]> Committed: Wed Jun 14 20:09:42 2017 -0700 ---------------------------------------------------------------------- hbase-assembly/pom.xml | 8 ++++++++ hbase-server/pom.xml | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/8b36da11/hbase-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 811cb47..3036b9a 100644 --- a/hbase-assembly/pom.xml +++ b/hbase-assembly/pom.xml @@ -247,6 +247,14 @@ <artifactId>hbase-spark</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </dependency> </dependencies> <profiles> http://git-wip-us.apache.org/repos/asf/hbase/blob/8b36da11/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 7fd6c76..2412c3b 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -557,8 +557,6 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <!-- Overriden to get some SPNEGO classes only in newer version --> - <version>4.5.2</version> <scope>test</scope> </dependency> <dependency>
