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 98b70f6 commit 5d763afCopy full SHA for 5d763af
spring-graphql/build.gradle
@@ -57,10 +57,7 @@ dependencies {
57
testImplementation 'org.springframework.data:spring-data-commons'
58
testImplementation 'org.springframework.data:spring-data-keyvalue'
59
testImplementation 'org.springframework.data:spring-data-jpa'
60
- testImplementation("io.micrometer:micrometer-observation-test") {
61
- // see https://github.com/micrometer-metrics/micrometer/issues/6012
62
- exclude(group: "org.junit.jupiter")
63
- }
+ testImplementation("io.micrometer:micrometer-observation-test")
64
testImplementation 'io.micrometer:micrometer-tracing-test'
65
testImplementation 'com.h2database:h2'
66
testImplementation 'org.hibernate.orm:hibernate-core'
0 commit comments