Skip to content

Commit ee3fc60

Browse files
committed
Exclude Micrometer from spring-data
1 parent 379d158 commit ee3fc60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ project ('spring-kafka') {
332332
// Spring Data projection message binding support
333333
optionalApi ("org.springframework.data:spring-data-commons") {
334334
exclude group: 'org.springframework'
335+
exclude group: 'io.micrometer'
335336
}
336337
optionalApi "com.jayway.jsonpath:json-path:$jaywayJsonPathVersion"
337338

0 commit comments

Comments
 (0)