Skip to content

Commit ef55b46

Browse files
committed
fix: removing org.eclipse.jetty.ee10 from standalone
1 parent dcfdfc6 commit ef55b46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ project("wiremock-spring-boot-standalone", {
6767
api(project(":wiremock-spring-boot")) {
6868
exclude group: 'org.wiremock'
6969
exclude group: 'org.eclipse.jetty'
70+
exclude group: 'org.eclipse.jetty.ee10'
7071
}
7172
api "org.wiremock:wiremock-standalone:3.13.1"
7273
}

0 commit comments

Comments
 (0)