Skip to content

Commit 5d763af

Browse files
committed
Remove dependency workaround for micrometer test
1 parent 98b70f6 commit 5d763af

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spring-graphql/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ dependencies {
5757
testImplementation 'org.springframework.data:spring-data-commons'
5858
testImplementation 'org.springframework.data:spring-data-keyvalue'
5959
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-
}
60+
testImplementation("io.micrometer:micrometer-observation-test")
6461
testImplementation 'io.micrometer:micrometer-tracing-test'
6562
testImplementation 'com.h2database:h2'
6663
testImplementation 'org.hibernate.orm:hibernate-core'

0 commit comments

Comments
 (0)