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 ebe3ba8 commit d2d0a9dCopy full SHA for d2d0a9d
build.gradle
@@ -358,6 +358,7 @@ project('spring-amqp') {
358
// Spring Data projection message binding support
359
optionalApi ("org.springframework.data:spring-data-commons:$springDataCommonsVersion") {
360
exclude group: 'org.springframework'
361
+ exclude group: 'io.micrometer'
362
}
363
optionalApi "com.jayway.jsonpath:json-path:$jaywayJsonPathVersion"
364
0 commit comments