From f8aa8a9742f7fa45cd9f44c350d1fdbf8176eb69 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 9 Jan 2022 15:23:43 +0100 Subject: [PATCH] Remove unnecessary exclude See gh-29292 --- .../spring-boot-starter-data-elasticsearch/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/build.gradle b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/build.gradle index 850aa79197e..a3a1cabf52a 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/build.gradle +++ b/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 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") }