We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b4be6 commit afff380Copy full SHA for afff380
x-pack/docs/en/sql/endpoints/jdbc.asciidoc
@@ -14,8 +14,8 @@ The JDBC driver can be obtained either by downloading it from the https://www.el
14
["source","xml",subs="attributes"]
15
----
16
<dependency>
17
- <groupId>org.elasticsearch.plugin.jdbc</groupId>
18
- <artifactId>jdbc</artifactId>
+ <groupId>org.elasticsearch.plugin</groupId>
+ <artifactId>x-pack-sql-jdbc</artifactId>
19
<version>{version}</version>
20
</dependency>
21
0 commit comments