Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

org.apache.http.concurrent.FutureCallback Class Not Fund #67

@zhaochl

Description

@zhaochl

Hbase as Backend store ,ES as backend index server occurs the error

fix with follows

  <properties>
    <apache.httpcomponents.httpcore.version>4.4.4</apache.httpcomponents.httpcore.version>
    <apache.httpcomponents.httpclient.verion>4.5.2</apache.httpcomponents.httpclient.verion>

  </properties>

    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpcore</artifactId>
      <version>${apache.httpcomponents.httpcore.version}</version>
    </dependency>

    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>${apache.httpcomponents.httpclient.verion}</version>
    </dependency>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions