@@ -54,7 +54,7 @@ dependencies {
5454 jersey2JettyTestImplementation group : ' org.glassfish.jersey.media' , name : ' jersey-media-json-jackson' , version : jersey2Version
5555 jersey2JettyTestRuntimeOnly group : ' javax.activation' , name : ' javax.activation-api' , version : ' 1.2.0'
5656 jersey2JettyTestRuntimeOnly group : ' javax.xml.bind' , name : ' jaxb-api' , version : ' 2.2.3'
57- jersey2JettyTestRuntimeOnly project(' :dd-java-agent:instrumentation:jetty-9 ' )
57+ jersey2JettyTestRuntimeOnly project(' :dd-java-agent:instrumentation:jetty:jetty-server:jetty-server-9.0 ' )
5858 jersey2JettyTestRuntimeOnly project(' :dd-java-agent:instrumentation:jersey-2-appsec' )
5959 jersey2JettyTestRuntimeOnly project(' :dd-java-agent:instrumentation:jax-rs-annotations-2' )
6060
@@ -69,8 +69,8 @@ dependencies {
6969 jersey3JettyTestRuntimeOnly group : ' org.glassfish.jersey.inject' , name : ' jersey-hk2' , version : jersey3Version
7070 jersey3JettyTestRuntimeOnly group : ' javax.activation' , name : ' javax.activation-api' , version : ' 1.2.0'
7171 jersey3JettyTestRuntimeOnly group : ' javax.xml.bind' , name : ' jaxb-api' , version : ' 2.2.3'
72- jersey3JettyTestRuntimeOnly project(' :dd-java-agent:instrumentation:jetty-9 ' )
73- jersey3JettyTestRuntimeOnly project(' :dd-java-agent:instrumentation:jetty-11 ' )
72+ jersey3JettyTestRuntimeOnly project(' :dd-java-agent:instrumentation:jetty:jetty-server:jetty-server-9.0 ' )
73+ jersey3JettyTestRuntimeOnly project(' :dd-java-agent:instrumentation:jetty:jetty-server:jetty-server-11.0 ' )
7474 jersey3JettyTestRuntimeOnly project(' :dd-java-agent:instrumentation:jersey-2-appsec' )
7575 jersey3JettyTestRuntimeOnly project(' :dd-java-agent:instrumentation:jersey-3-appsec' )
7676 jersey3JettyTestRuntimeOnly project(' :dd-java-agent:instrumentation:jakarta-rs-annotations-3' )
0 commit comments