What is the recommended Maven repository for x-pack-transport compatible with ES 7.6?

Maven Central appears to be missing the x-pack-transport 7.6 https://mvnrepository.com/artifact/org.elasticsearch.client/x-pack-transport.
The latest in maven is 6.0.0

But i see x-pack-transport 7.6 in https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/7.6.0/x-pack-transport-7.6.0.jar

I know the recommended is to use Maven Central. Any idea how to get around this? Thanks.

Here is the documentation https://www.elastic.co/guide/en/elasticsearch/reference/7.6/setup-xpack-client.html

Thanks. That worked.

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