Cannot resolve org.elasticsearch:elasticsearch-plugin-classloader:7.11.0

Hi,

I tried to use dependency

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

but I got exception -

Could not find artifact org.elasticsearch:elasticsearch-plugin-classloader:pom:7.11.0 in central (https://repo.maven.apache.org/maven2)

Any help? Thanks

There was an issue with this release. See

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