Skip to content

Commit dce3e1d

Browse files
committed
spring-boot-starter-elasticsearch should depend on elasticsearch-java
1 parent 24cdad5 commit dce3e1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

starter/spring-boot-starter-elasticsearch/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ dependencies {
2424
api(project(":starter:spring-boot-starter"))
2525

2626
api(project(":module:spring-boot-elasticsearch"))
27+
28+
api("co.elastic.clients:elasticsearch-java") {
29+
exclude group: "commons-logging", module: "commons-logging"
30+
}
2731
}

0 commit comments

Comments
 (0)