File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
instrumentation/couchbase
couchbase-3.1.6/javaagent Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ dependencies {
3333
3434 library(" com.couchbase.client:java-client:3.1.6" )
3535
36+ testInstrumentation(project(" :instrumentation:couchbase:couchbase-2.0:javaagent" ))
37+ testInstrumentation(project(" :instrumentation:couchbase:couchbase-2.6:javaagent" ))
38+ testInstrumentation(project(" :instrumentation:couchbase:couchbase-3.1:javaagent" ))
3639 testImplementation(" org.testcontainers:testcontainers-couchbase" )
3740
3841 latestDepTestLibrary(" com.couchbase.client:java-client:3.1.+" ) // see couchbase-3.2 module
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ dependencies {
3434 // 3.1.4 (instead of 3.1.0) needed for test stability and for compatibility with server versions that run on M1 processors
3535 library(" com.couchbase.client:java-client:3.1.4" )
3636
37+ testInstrumentation(project(" :instrumentation:couchbase:couchbase-2.0:javaagent" ))
38+ testInstrumentation(project(" :instrumentation:couchbase:couchbase-2.6:javaagent" ))
3739 testImplementation(" org.testcontainers:testcontainers-couchbase" )
3840
3941 latestDepTestLibrary(" com.couchbase.client:java-client:3.1.5" ) // see couchbase-3.1.6 module
Original file line number Diff line number Diff line change @@ -33,6 +33,10 @@ dependencies {
3333
3434 library(" com.couchbase.client:java-client:3.2.0" )
3535
36+ testInstrumentation(project(" :instrumentation:couchbase:couchbase-2.0:javaagent" ))
37+ testInstrumentation(project(" :instrumentation:couchbase:couchbase-2.6:javaagent" ))
38+ testInstrumentation(project(" :instrumentation:couchbase:couchbase-3.1:javaagent" ))
39+ testInstrumentation(project(" :instrumentation:couchbase:couchbase-3.1.6:javaagent" ))
3640 testImplementation(" org.testcontainers:testcontainers-couchbase" )
3741
3842 latestDepTestLibrary(" com.couchbase.client:java-client:3.3.+" ) // see couchbase-3.4 module
Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ dependencies {
3333
3434 library(" com.couchbase.client:java-client:3.4.0" )
3535
36+ testInstrumentation(project(" :instrumentation:couchbase:couchbase-2.0:javaagent" ))
37+ testInstrumentation(project(" :instrumentation:couchbase:couchbase-2.6:javaagent" ))
38+ testInstrumentation(project(" :instrumentation:couchbase:couchbase-3.1:javaagent" ))
39+ testInstrumentation(project(" :instrumentation:couchbase:couchbase-3.1.6:javaagent" ))
40+ testInstrumentation(project(" :instrumentation:couchbase:couchbase-3.2:javaagent" ))
3641 testImplementation(" org.testcontainers:testcontainers-couchbase" )
3742}
3843
You can’t perform that action at this time.
0 commit comments