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 39e8eff commit 8b65535Copy full SHA for 8b65535
testing/wiremock-shaded-for-testing/build.gradle.kts
@@ -23,6 +23,7 @@ tasks {
23
24
// Ensures tests are not affected by wiremock dependencies. Wiremock itself is
25
// safe with its original name.
26
+ relocate("org.apache.httpcomponents", "io.opentelemetry.testing.internal.apachehttp")
27
relocate("org.eclipse.jetty", "io.opentelemetry.testing.internal.jetty")
28
relocate("com.fasterxml.jackson", "io.opentelemetry.testing.internal.jackson")
29
0 commit comments