[DOCS] Fix JDBC Maven client group/artifact ID

This commit is contained in:
Costin Leau 2018-06-20 21:42:15 +03:00
parent 6ebe6e32cf
commit e202923225
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ The JDBC driver can be obtained either by downloading it from the https://www.el
["source","xml",subs="attributes"]
----
<dependency>
<groupId>org.elasticsearch.plugin.jdbc</groupId>
<artifactId>jdbc</artifactId>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>x-pack-sql-jdbc</artifactId>
<version>{version}</version>
</dependency>
----