mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-31 04:18:39 +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"]
|
||||
----
|
||||
<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>
|
||||
----
|
||||
|
Loading…
x
Reference in New Issue
Block a user