<dependency>
<groupId>cn.detachment</groupId>
<artifactId>detach-es</artifactId>
<version>1.0.8-RELEASE</version>
</dependency>
<parent> <groupId>cn.detachment</groupId> <artifactId>base</artifactId> <version>1.0.8-RELEASE</version> </parent>
compile
|-- org.elasticsearch.client:elasticsearch-rest-high-level-client
|-- org.elasticsearch:elasticsearch
|-- org.elasticsearch.client:elasticsearch-rest-client
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework.boot:spring-boot
|-- org.springframework.boot:spring-boot-configuration-processor
test
|-- org.springframework.boot:spring-boot-starter-test:2.2.6.RELEASE