Skip to content

Commit 7e6ec5a

Browse files
authored
Add ASM to the relocated dependencies (#2676)
Maven now has a dependency on it
1 parent a63b734 commit 7e6ec5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smithy-cli/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ tasks {
191191
relocate("org.apache", "software.amazon.smithy.cli.shaded.apache")
192192
relocate("org.sonatype", "software.amazon.smithy.cli.shaded.sonatype")
193193
relocate("org.codehaus", "software.amazon.smithy.cli.shaded.codehaus")
194+
relocate("org.objectweb", "software.amazon.smithy.cli.shaded.objectweb")
194195

195196
// If other javax packages are ever pulled in, we'll need to update this list. This is more deliberate about
196197
// what's shaded to ensure that things like javax.net.ssl.SSLSocketFactory are not inadvertently shaded.

0 commit comments

Comments
 (0)