Skip to content

Commit

Permalink
MongoDB - verify instrumentation using new artifact name (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
meiao authored Sep 4, 2024
1 parent 4232e81 commit de6f376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instrumentation/mongodb-3.7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ verifyInstrumentation {
// MongoClientOptions and MongoClientSettings can be present thus both the mongodb-3.1 and mongodb-3.7
// instrumentation modules can apply at the same time without weaving the same thing.
passes('org.mongodb:mongo-java-driver:[3.7.0-rc0,)')
passes('org.mongodb:mongodb-driver-sync:[3.7.0-rc0,)')
fails('org.mongodb:mongo-java-driver:[0.9.1,3.7.0-rc0)')
}

Expand Down

0 comments on commit de6f376

Please sign in to comment.