File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ dependencies {
3838 integrationTestImplementation(project(path = " :bson" , configuration = " testArtifacts" ))
3939 integrationTestImplementation(project(path = " :driver-sync" , configuration = " testArtifacts" ))
4040 integrationTestImplementation(project(path = " :driver-core" , configuration = " testArtifacts" ))
41+ integrationTestImplementation(libs.micrometer)
4142}
4243
4344configureMavenPublication {
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ dependencies {
3232 integrationTestImplementation(project(path = " :bson" , configuration = " testArtifacts" ))
3333 integrationTestImplementation(project(path = " :driver-sync" , configuration = " testArtifacts" ))
3434 integrationTestImplementation(project(path = " :driver-core" , configuration = " testArtifacts" ))
35+ integrationTestImplementation(libs.micrometer)
3536}
3637
3738configureMavenPublication {
You can’t perform that action at this time.
0 commit comments