We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63b734 commit 7e6ec5aCopy full SHA for 7e6ec5a
smithy-cli/build.gradle.kts
@@ -191,6 +191,7 @@ tasks {
191
relocate("org.apache", "software.amazon.smithy.cli.shaded.apache")
192
relocate("org.sonatype", "software.amazon.smithy.cli.shaded.sonatype")
193
relocate("org.codehaus", "software.amazon.smithy.cli.shaded.codehaus")
194
+ relocate("org.objectweb", "software.amazon.smithy.cli.shaded.objectweb")
195
196
// If other javax packages are ever pulled in, we'll need to update this list. This is more deliberate about
197
// what's shaded to ensure that things like javax.net.ssl.SSLSocketFactory are not inadvertently shaded.
0 commit comments