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 379d158 commit ee3fc60Copy full SHA for ee3fc60
build.gradle
@@ -332,6 +332,7 @@ project ('spring-kafka') {
332
// Spring Data projection message binding support
333
optionalApi ("org.springframework.data:spring-data-commons") {
334
exclude group: 'org.springframework'
335
+ exclude group: 'io.micrometer'
336
}
337
optionalApi "com.jayway.jsonpath:json-path:$jaywayJsonPathVersion"
338
0 commit comments