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 6ab669b commit 9912b77Copy full SHA for 9912b77
testing/wiremock-shaded-for-testing/build.gradle.kts
@@ -15,6 +15,7 @@ tasks {
15
exclude(dependency("org.slf4j:slf4j-api"))
16
exclude(dependency("org.junit.jupiter:junit-jupiter-api"))
17
exclude(dependency("org.junit.platform:junit-platform-commons"))
18
+ exclude(dependency("org.ow2.asm:asm"))
19
// Exclude dependencies bundled during Armeria shading
20
exclude(dependency("com.fasterxml.jackson.core:jackson-annotations"))
21
exclude(dependency("com.fasterxml.jackson.core:jackson-core"))
0 commit comments