Make Micrometer context-propagation available to test compilation
See gh-34201
This commit is contained in:
parent
86b6cd6d78
commit
cae8c14ac7
|
@ -221,6 +221,7 @@ dependencies {
|
||||||
testImplementation("com.querydsl:querydsl-core")
|
testImplementation("com.querydsl:querydsl-core")
|
||||||
testImplementation("com.squareup.okhttp3:mockwebserver")
|
testImplementation("com.squareup.okhttp3:mockwebserver")
|
||||||
testImplementation("com.sun.xml.messaging.saaj:saaj-impl")
|
testImplementation("com.sun.xml.messaging.saaj:saaj-impl")
|
||||||
|
testImplementation("io.micrometer:context-propagation")
|
||||||
testImplementation("io.projectreactor:reactor-test")
|
testImplementation("io.projectreactor:reactor-test")
|
||||||
testImplementation("io.r2dbc:r2dbc-h2")
|
testImplementation("io.r2dbc:r2dbc-h2")
|
||||||
testImplementation("jakarta.json:jakarta.json-api")
|
testImplementation("jakarta.json:jakarta.json-api")
|
||||||
|
|
|
@ -137,6 +137,13 @@ bom {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
library("Micrometer Context Propagation", "1.0.2") {
|
||||||
|
group("io.micrometer") {
|
||||||
|
modules = [
|
||||||
|
"context-propagation"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
library("MockK", "1.10.6") {
|
library("MockK", "1.10.6") {
|
||||||
group("io.mockk") {
|
group("io.mockk") {
|
||||||
modules = [
|
modules = [
|
||||||
|
|
Loading…
Reference in New Issue