Skip to content

Commit d2d0a9d

Browse files
committed
Exclude Micrometer from spring-data
1 parent ebe3ba8 commit d2d0a9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ project('spring-amqp') {
358358
// Spring Data projection message binding support
359359
optionalApi ("org.springframework.data:spring-data-commons:$springDataCommonsVersion") {
360360
exclude group: 'org.springframework'
361+
exclude group: 'io.micrometer'
361362
}
362363
optionalApi "com.jayway.jsonpath:json-path:$jaywayJsonPathVersion"
363364

0 commit comments

Comments
 (0)