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 1a238e0 commit 6ab669bCopy full SHA for 6ab669b
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("com.google.common", "io.opentelemetry.testing.internal.guava")
27
relocate("org.apache.hc", "io.opentelemetry.testing.internal.apachehttp")
28
relocate("org.eclipse.jetty", "io.opentelemetry.testing.internal.jetty")
29
relocate("com.fasterxml.jackson", "io.opentelemetry.testing.internal.jackson")
0 commit comments