File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
dd-java-agent/instrumentation/rs/jax-rs/jax-rs-annotations/jax-rs-annotations-2.0 Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ dependencies {
2828 compileOnly group : ' javax.ws.rs' , name : ' javax.ws.rs-api' , version : ' 2.0'
2929
3030 testImplementation project(' :dd-java-agent:instrumentation:servlet:javax-servlet:javax-servlet-3.0' )
31- testImplementation project(' :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-annotations:jax-rs-annotations-2:filter-jersey' )
32- testImplementation project(' :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-annotations:jax-rs-annotations-2:filter-resteasy-3.0' )
33- testImplementation project(' :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-annotations:jax-rs-annotations-2:filter-resteasy-3.1' )
31+ testImplementation project(' :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-annotations:jax-rs-annotations-2.0 :filter-jersey' )
32+ testImplementation project(' :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-annotations:jax-rs-annotations-2.0 :filter-resteasy-3.0' )
33+ testImplementation project(' :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-annotations:jax-rs-annotations-2.0 :filter-resteasy-3.1' )
3434
3535 // Jersey
3636 testImplementation group : ' io.dropwizard' , name : ' dropwizard-testing' , version : ' 1.3.29' // Version compatible with Java 8 and JUnit5.
Original file line number Diff line number Diff line change @@ -523,9 +523,9 @@ include(
523523 " :dd-java-agent:instrumentation:restlet-2.2" ,
524524 " :dd-java-agent:instrumentation:rs:jakarta-rs-annotations-3.0" ,
525525 " :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-annotations:jax-rs-annotations-1.1.1" ,
526- " :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-annotations:jax-rs-annotations-2:filter-jersey" ,
527- " :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-annotations:jax-rs-annotations-2:filter-resteasy-3.0" ,
528- " :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-annotations:jax-rs-annotations-2:filter-resteasy-3.1" ,
526+ " :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-annotations:jax-rs-annotations-2.0 :filter-jersey" ,
527+ " :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-annotations:jax-rs-annotations-2.0 :filter-resteasy-3.0" ,
528+ " :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-annotations:jax-rs-annotations-2.0 :filter-resteasy-3.1" ,
529529 " :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-annotations:jax-rs-annotations-2.0" ,
530530 " :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-client:jax-rs-client-1.1" ,
531531 " :dd-java-agent:instrumentation:rs:jax-rs:jax-rs-client:jax-rs-client-2.0" ,
You can’t perform that action at this time.
0 commit comments