runelite-client: exclude xz dependency from commons-compress
We are not using xz compression with jbsdiff.
This commit is contained in:
@@ -161,6 +161,12 @@
|
|||||||
<groupId>io.sigpipe</groupId>
|
<groupId>io.sigpipe</groupId>
|
||||||
<artifactId>jbsdiff</artifactId>
|
<artifactId>jbsdiff</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.tukaani</groupId>
|
||||||
|
<artifactId>xz</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user