Added the jarchivelib dependency to the pom.xml

This commit is contained in:
Mathias Wagner 2024-02-14 14:13:00 +01:00
parent 5ab592a53b
commit ef6be8a364
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -134,6 +134,14 @@
<artifactId>reflections</artifactId>
<version>0.10.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.rauschig/jarchivelib -->
<dependency>
<groupId>org.rauschig</groupId>
<artifactId>jarchivelib</artifactId>
<version>1.2.0</version>
</dependency>
</dependencies>
</project>