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 24cdad5 commit a2dc77fCopy full SHA for a2dc77f
starter/spring-boot-starter-elasticsearch/build.gradle
@@ -24,4 +24,8 @@ dependencies {
24
api(project(":starter:spring-boot-starter"))
25
26
api(project(":module:spring-boot-elasticsearch"))
27
+
28
+ api("co.elastic.clients:elasticsearch-java") {
29
+ exclude group: "commons-logging", module: "commons-logging"
30
+ }
31
}
0 commit comments