diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |
