mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
[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…
x
Reference in New Issue
Block a user