Exclude Jetty toolchain dependencies in favor of official API artifacts
Closes gh-31720
This commit is contained in:
@@ -66,7 +66,9 @@ dependencies {
|
||||
testImplementation("org.apache.tomcat.embed:tomcat-embed-jasper")
|
||||
testImplementation("org.assertj:assertj-core")
|
||||
testImplementation("org.awaitility:awaitility")
|
||||
testImplementation("org.eclipse.jetty.websocket:websocket-jakarta-client")
|
||||
testImplementation("org.eclipse.jetty.websocket:websocket-jakarta-client") {
|
||||
exclude group: "org.eclipse.jetty.toolchain", module: "jetty-jakarta-websocket-api"
|
||||
}
|
||||
testImplementation("org.hamcrest:hamcrest-library")
|
||||
testImplementation("org.hsqldb:hsqldb")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||
|
||||
Reference in New Issue
Block a user