Skip to content

Commit 193d7f5

Browse files
committed
fix build
1 parent a5fde34 commit 193d7f5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dd-java-agent/instrumentation/rs/jax-rs/jax-rs-annotations/jax-rs-annotations-2.0/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

settings.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)