Added the jarchivelib dependency to the pom.xml
This commit is contained in:
parent
5ab592a53b
commit
ef6be8a364
8
pom.xml
8
pom.xml
@ -134,6 +134,14 @@
|
|||||||
<artifactId>reflections</artifactId>
|
<artifactId>reflections</artifactId>
|
||||||
<version>0.10.2</version>
|
<version>0.10.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/org.rauschig/jarchivelib -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.rauschig</groupId>
|
||||||
|
<artifactId>jarchivelib</artifactId>
|
||||||
|
<version>1.2.0</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
Reference in New Issue
Block a user