We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfdfc6 commit ef55b46Copy full SHA for ef55b46
build.gradle
@@ -67,6 +67,7 @@ project("wiremock-spring-boot-standalone", {
67
api(project(":wiremock-spring-boot")) {
68
exclude group: 'org.wiremock'
69
exclude group: 'org.eclipse.jetty'
70
+ exclude group: 'org.eclipse.jetty.ee10'
71
}
72
api "org.wiremock:wiremock-standalone:3.13.1"
73
0 commit comments