We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f93c6c commit f8aa8a9Copy full SHA for f8aa8a9
spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/build.gradle
@@ -6,7 +6,5 @@ description = "Starter for using Elasticsearch search and analytics engine and S
6
7
dependencies {
8
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
- }
+ api("org.springframework.data:spring-data-elasticsearch")
12
}
0 commit comments