[DOCS] Fix JDBC Maven client group/artifact ID
This commit is contained in:
parent
6ebe6e32cf
commit
e202923225
|
@ -14,8 +14,8 @@ The JDBC driver can be obtained either by downloading it from the https://www.el
|
||||||
["source","xml",subs="attributes"]
|
["source","xml",subs="attributes"]
|
||||||
----
|
----
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.elasticsearch.plugin.jdbc</groupId>
|
<groupId>org.elasticsearch.plugin</groupId>
|
||||||
<artifactId>jdbc</artifactId>
|
<artifactId>x-pack-sql-jdbc</artifactId>
|
||||||
<version>{version}</version>
|
<version>{version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue