1
0
Эх сурвалжийг харах

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

* Add Maven Central as a JDBC repository

Document Maven Central as a JDBC repository.
Bogdan Pintea 5 жил өмнө
parent
commit
2bc4d7eb19

+ 2 - 1
docs/reference/sql/endpoints/jdbc.asciidoc

@@ -27,7 +27,8 @@ https://maven.apache.org/[Maven]-compatible tools can retrieve it automatically
 </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"]
 ----