Make Micrometer context-propagation available to test compilation

See gh-34235
This commit is contained in:
Andy Wilkinson
2023-02-20 19:35:37 +00:00
parent 1743794c74
commit e67efe2674
2 changed files with 8 additions and 0 deletions

View File

@@ -221,6 +221,7 @@ dependencies {
testImplementation("com.querydsl:querydsl-core")
testImplementation("com.squareup.okhttp3:mockwebserver")
testImplementation("com.sun.xml.messaging.saaj:saaj-impl")
testImplementation("io.micrometer:context-propagation")
testImplementation("io.projectreactor:reactor-test")
testImplementation("io.r2dbc:r2dbc-h2")
testImplementation("jakarta.json:jakarta.json-api")