Skip to content

Commit 888acbb

Browse files
author
lore
committed
Added org.tukaani dependency
1 parent 999a6dd commit 888acbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@
8080
<version>3.0.0</version>
8181
<scope>provided</scope>
8282
</dependency>
83+
<dependency>
84+
<groupId>org.tukaani</groupId>
85+
<artifactId>xz</artifactId>
86+
<version>1.5</version>
87+
<scope>runtime</scope>
88+
</dependency>
8389
</dependencies>
8490

8591

0 commit comments

Comments
 (0)