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 {
38
38
integrationTestImplementation(project(path = " :bson" , configuration = " testArtifacts" ))
39
39
integrationTestImplementation(project(path = " :driver-sync" , configuration = " testArtifacts" ))
40
40
integrationTestImplementation(project(path = " :driver-core" , configuration = " testArtifacts" ))
41
+ integrationTestImplementation(libs.micrometer)
41
42
}
42
43
43
44
configureMavenPublication {
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ dependencies {
32
32
integrationTestImplementation(project(path = " :bson" , configuration = " testArtifacts" ))
33
33
integrationTestImplementation(project(path = " :driver-sync" , configuration = " testArtifacts" ))
34
34
integrationTestImplementation(project(path = " :driver-core" , configuration = " testArtifacts" ))
35
+ integrationTestImplementation(libs.micrometer)
35
36
}
36
37
37
38
configureMavenPublication {
You can’t perform that action at this time.
0 commit comments