Skip to content

Commit b8f78d2

Browse files
committed
Fix shading warning
1 parent bdc4951 commit b8f78d2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@
8484
<groupId>org.apktool</groupId>
8585
<artifactId>apktool-lib</artifactId>
8686
<version>${apktool.version}</version>
87+
<exclusions>
88+
<exclusion>
89+
<groupId>org.yaml</groupId>
90+
<artifactId>snakeyaml</artifactId>
91+
</exclusion>
92+
</exclusions>
8793
</dependency>
8894
<dependency>
8995
<groupId>org.ow2.asm</groupId>

0 commit comments

Comments
 (0)