You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/12/08 23:02:43 UTC

[2/2] hbase git commit: HBASE-19465 Required httpcore and httpclient jars not included in binary distribution

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/bae3b0b9
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bae3b0b9
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/bae3b0b9

Branch: refs/heads/branch-1
Commit: bae3b0b9663f022fb401af42e630eb1fab8b5f0d
Parents: d6e9da9
Author: Andrew Purtell <ap...@apache.org>
Authored: Fri Dec 8 14:58:18 2017 -0800
Committer: Andrew Purtell <ap...@apache.org>
Committed: Fri Dec 8 15:02:10 2017 -0800

----------------------------------------------------------------------
 hbase-server/pom.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/bae3b0b9/hbase-server/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 7346f1a..0f676c0 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>