Repository: hbase Updated Branches: refs/heads/branch-1 d6e9da962 -> bae3b0b96 refs/heads/branch-1.4 3b42ada2a -> 5e3453146
HBASE-19465 Required httpcore and httpclient jars not included in binary distribution Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5e345314 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5e345314 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/5e345314 Branch: refs/heads/branch-1.4 Commit: 5e3453146eed818830a0cc43f238fa52efb63471 Parents: 3b42ada Author: Andrew Purtell <[email protected]> Authored: Fri Dec 8 14:58:18 2017 -0800 Committer: Andrew Purtell <[email protected]> Committed: Fri Dec 8 14:58:18 2017 -0800 ---------------------------------------------------------------------- hbase-server/pom.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/5e345314/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index e1aea2c..f52679a 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -595,12 +595,10 @@ <artifactId>httpclient</artifactId> <!-- Overriden to get some SPNEGO classes only in newer version --> <version>4.5.2</version> - <scope>test</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <scope>test</scope> </dependency> </dependencies> <profiles>
