summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-10-14 14:23:16 +0200
committerSimon Rettberg2024-10-14 14:23:16 +0200
commit68c4861d9df744e537c40a48c7e1b79dbb9746eb (patch)
tree84bd81a5dc69917a5ba4342d564bca62888b1736
parentinstall-https: Remove smime -verify, rather pointless (diff)
downloadtmlite-bwlp-68c4861d9df744e537c40a48c7e1b79dbb9746eb.tar.gz
tmlite-bwlp-68c4861d9df744e537c40a48c7e1b79dbb9746eb.tar.xz
tmlite-bwlp-68c4861d9df744e537c40a48c7e1b79dbb9746eb.zip
pom: Add xz-java as dependency
For *some reason*, commons-compress requires xz, but doesn't list it as a dependency (anymore?), so you'll get funny "class not found" errors during runtime. Apache projects...
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9ffc537..95e7c4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,11 @@
<scope>compile</scope>
</dependency>
<dependency>
+ <groupId>org.tukaani</groupId>
+ <artifactId>xz</artifactId>
+ <version>[1.0,1.9999]</version>
+ </dependency>
+ <dependency>
<groupId>com.formdev</groupId>
<artifactId>svgSalamander</artifactId>
<version>[1.0,1.9999]</version>