Unable to resovle the dependence for Hight Level rest client 5.x

5.x has both high level and low level rest client. According to the doc. Here are maven depdenceis but I cannot resolve it. Are they acutally released?

<dependency>
    <groupId>org.elasticsearch.client</groupId>
    <artifactId>elasticsearch-rest-client</artifactId>
    <version>5.6.0</version>
</dependency>

<dependency>
    <groupId>org.elasticsearch.client</groupId>
    <artifactId>elasticsearch-rest-high-level-client</artifactId>
    <version>5.6.0</version>
</dependency>

Thanks,
Jack

Hi Jack,
version 5.6 of the Elastic Stack is not released yet, it will be released quite soon. That is why you cannot resolve the maven dependencies. If you want to check it out before it gets released you can get the snapshot like I described here: https://github.com/elastic/elasticsearch/issues/23331#issuecomment-317462143

Cheers
Luca

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.