File tree 2 files changed +8
-0
lines changed
spring-boot-autoconfigure
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,7 @@ dependencies {
221
221
testImplementation(" com.querydsl:querydsl-core" )
222
222
testImplementation(" com.squareup.okhttp3:mockwebserver" )
223
223
testImplementation(" com.sun.xml.messaging.saaj:saaj-impl" )
224
+ testImplementation(" io.micrometer:context-propagation" )
224
225
testImplementation(" io.projectreactor:reactor-test" )
225
226
testImplementation(" io.r2dbc:r2dbc-h2" )
226
227
testImplementation(" jakarta.json:jakarta.json-api" )
Original file line number Diff line number Diff line change @@ -137,6 +137,13 @@ bom {
137
137
]
138
138
}
139
139
}
140
+ library(" Micrometer Context Propagation" , " 1.0.2" ) {
141
+ group(" io.micrometer" ) {
142
+ modules = [
143
+ " context-propagation"
144
+ ]
145
+ }
146
+ }
140
147
library(" MockK" , " 1.10.6" ) {
141
148
group(" io.mockk" ) {
142
149
modules = [
You can’t perform that action at this time.
0 commit comments