Skip to content

Commit afff380

Browse files
committed
[DOCS] Fix JDBC Maven client group/artifact ID
1 parent 60b4be6 commit afff380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/docs/en/sql/endpoints/jdbc.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The JDBC driver can be obtained either by downloading it from the https://www.el
1414
["source","xml",subs="attributes"]
1515
----
1616
<dependency>
17-
<groupId>org.elasticsearch.plugin.jdbc</groupId>
18-
<artifactId>jdbc</artifactId>
17+
<groupId>org.elasticsearch.plugin</groupId>
18+
<artifactId>x-pack-sql-jdbc</artifactId>
1919
<version>{version}</version>
2020
</dependency>
2121
----

0 commit comments

Comments
 (0)