mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[DOCS] updated documentation for transport client changes
Updated dependency in Java API docs and added section in breaking changes
This commit is contained in:
parent
7b36a72ccb
commit
3f13f02575
2 changed files with 26 additions and 2 deletions
|
@ -28,8 +28,8 @@ For example, you can define the latest version in your `pom.xml` file:
|
|||
[source,xml]
|
||||
--------------------------------------------------
|
||||
<dependency>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch</artifactId>
|
||||
<groupId>org.elasticsearch.client</groupId>
|
||||
<artifactId>transport</artifactId>
|
||||
<version>${es.version}</version>
|
||||
</dependency>
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue