mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
Elasticsearch starter should depend on elasticsearch-java
See gh-48141 Signed-off-by: Filip Hrisafov <filip.hrisafov@gmail.com>
This commit is contained in:
committed by
Stéphane Nicoll
parent
24cdad563c
commit
a2dc77ffe4
@@ -24,4 +24,8 @@ dependencies {
|
||||
api(project(":starter:spring-boot-starter"))
|
||||
|
||||
api(project(":module:spring-boot-elasticsearch"))
|
||||
|
||||
api("co.elastic.clients:elasticsearch-java") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user