SQL: Document Maven Central as a JDBC repository (#62618)

* Add Maven Central as a JDBC repository

Document Maven Central as a JDBC repository.

(cherry picked from commit 2bc4d7eb19a26bf21b11214c4351470b677e1598)
This commit is contained in:
Bogdan Pintea 2020-09-21 12:55:04 +02:00
parent f775cf8594
commit 5e0f9a414c
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ https://maven.apache.org/[Maven]-compatible tools can retrieve it automatically
</dependency> </dependency>
---- ----
from `artifacts.elastic.co/maven` by adding it to the repositories list: from https://search.maven.org/artifact/org.elasticsearch.plugin/x-pack-sql-jdbc[Maven Central Repository],
or from `artifacts.elastic.co/maven` by adding it to the repositories list:
["source","xml",subs="attributes"] ["source","xml",subs="attributes"]
---- ----