summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3467cd7..6507b1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,6 +191,14 @@
<artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>
+ <!-- https://mvnrepository.com/artifact/net.lingala.zip4j/zip4j -->
+ <dependency>
+ <groupId>net.lingala.zip4j</groupId>
+ <artifactId>zip4j</artifactId>
+ <version>2.11.5</version>
+ </dependency>
+
+
</dependencies>
<build>