File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
dd-java-agent/instrumentation Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ dependencies {
2828 compileOnly group : ' io.vertx' , name : ' vertx-mysql-client' , version : ' 3.9.0'
2929
3030 testImplementation group : ' io.vertx' , name : ' vertx-mysql-client' , version : ' 3.9.0'
31+ testImplementation project(' :dd-java-agent:instrumentation:vertx-sql-common' )
3132
3233 // This is needed for the test container to start
3334 testImplementation group : ' mysql' , name : ' mysql-connector-java' , version : ' 8.0.23'
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ dependencies {
2323 compileOnly group : ' io.vertx' , name : ' vertx-mysql-client' , version : ' 4.0.0'
2424
2525 testImplementation group : ' io.vertx' , name : ' vertx-mysql-client' , version : ' 4.0.0'
26+ testImplementation project(' :dd-java-agent:instrumentation:vertx-sql-common' )
2627
2728 // This is needed for the test container to start
2829 testImplementation group : ' mysql' , name : ' mysql-connector-java' , version : ' 8.0.23'
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ dependencies {
2323 compileOnly group : ' io.vertx' , name : ' vertx-pg-client' , version : ' 4.2.0'
2424
2525 testImplementation group : ' io.vertx' , name : ' vertx-pg-client' , version : ' 4.2.0'
26+ testImplementation project(' :dd-java-agent:instrumentation:vertx-sql-common' )
2627
2728 // This is needed for the test container to start
2829 testImplementation group : ' com.ongres.scram' , name : ' client' , version : ' 2.1'
Original file line number Diff line number Diff line change 11apply from : " $rootDir /gradle/java.gradle"
22
33dependencies {
4- compileOnly group : ' io.vertx' , name : ' vertx-sql-client' , version : ' 4.0 .0'
4+ compileOnly group : ' io.vertx' , name : ' vertx-sql-client' , version : ' 3.9 .0'
55}
You can’t perform that action at this time.
0 commit comments