Remove unnecessary exclude

See gh-29292
This commit is contained in:
Stephane Nicoll 2022-01-09 15:23:43 +01:00
parent 0f93c6c475
commit f8aa8a9742

View File

@ -6,7 +6,5 @@ description = "Starter for using Elasticsearch search and analytics engine and S
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api("org.springframework.data:spring-data-elasticsearch") {
exclude group: "org.elasticsearch.client", module: "transport"
}
api("org.springframework.data:spring-data-elasticsearch")
}