File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
dd-java-agent/instrumentation/websocket/jakarta-websocket-2.0 Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,10 @@ dependencies {
2222
2323 testRuntimeOnly project(" :dd-java-agent:instrumentation:websocket:javax-websocket-1.0" )
2424 testImplementation group : ' org.glassfish.tyrus' , name : ' tyrus-container-inmemory' , version : ' 2.0.0'
25- latestDepTestImplementation group : ' org.glassfish.tyrus' , name : ' tyrus-container-inmemory' , version : ' +'
25+ // `tyrus 2.3.0-M1` pulls `grizzly 5.0.0`, whose POM imports a missing `grizzly-bom 5.0.0-SNAPSHOT`.
26+ // See issue: https://github.com/eclipse-ee4j/glassfish-grizzly/issues/2278
27+ // This fix must be revisited once correct version of `grizzly-bom` will be released.
28+ latestDepTestImplementation group : ' org.glassfish.tyrus' , name : ' tyrus-container-inmemory' , version : ' 2.2.+'
2629}
2730
2831tasks. named(' latestDepTest' , Test ) {
You can’t perform that action at this time.
0 commit comments