Org.elasticsearch.plugin:x-pack-security:6.2.0 transitive dependency not found on Elasticsearch Maven Repository

When trying to retrieve dependencies in my Gradle project that has a compile dependency on org.elasticsearch.client:x-pack-transport:6.2.0, I get:

Could not find org.elasticsearch.plugin:x-pack-security:6.2.0.
Searched in the following locations:
https://jcenter.bintray.com/org/elasticsearch/plugin/x-pack-security/6.2.0/x-pack-security-6.2.0.pom
https://jcenter.bintray.com/org/elasticsearch/plugin/x-pack-security/6.2.0/x-pack-security-6.2.0.jar
https://repo.maven.apache.org/maven2/org/elasticsearch/plugin/x-pack-security/6.2.0/x-pack-security-6.2.0.pom
https://repo.maven.apache.org/maven2/org/elasticsearch/plugin/x-pack-security/6.2.0/x-pack-security-6.2.0.jar
https://artifacts.elastic.co/maven/org/elasticsearch/plugin/x-pack-security/6.2.0/x-pack-security-6.2.0.pom
https://artifacts.elastic.co/maven/org/elasticsearch/plugin/x-pack-security/6.2.0/x-pack-security-6.2.0.jar
Required by:
project :project > org.elasticsearch.client:x-pack-transport:6.2.0

If I set the dependency version to 6.1.3, I don't get the above error.

Yeah. We are working on fixing that.

Some artifacts are missing.

This is fixed now.

1 Like

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