You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/06/12 16:01:00 UTC

[jira] [Created] (HBASE-18209) Make httpclient / httpcore compile time dependency

Ted Yu created HBASE-18209:
------------------------------

             Summary: Make httpclient / httpcore compile time dependency
                 Key: HBASE-18209
                 URL: https://issues.apache.org/jira/browse/HBASE-18209
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu


We need httpclient & httpcore jars to be present when rootdir is placed on s3(a).
Attempts to move to the fully shaded amazon-SDK JAR caused problems of its own.

Here are the versions we should use:

<commons.httpclient.version>4.5.2</commons.httpclient.version>
<commons.httpcore.version>4.4.4</commons.httpcore.version>

Currently they are declared test dependency.

This JIRA is to move to compile time dependency so that the corresponding jars are bundled in lib directory.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)