Skip to content

Commit f8aa8a9

Browse files
committed
Remove unnecessary exclude
See gh-29292
1 parent 0f93c6c commit f8aa8a9

File tree

1 file changed

+1
-3
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch

1 file changed

+1
-3
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ description = "Starter for using Elasticsearch search and analytics engine and S
66

77
dependencies {
88
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
9-
api("org.springframework.data:spring-data-elasticsearch") {
10-
exclude group: "org.elasticsearch.client", module: "transport"
11-
}
9+
api("org.springframework.data:spring-data-elasticsearch")
1210
}

0 commit comments

Comments
 (0)