Added new missing dependencies

master
Mauro Mugnaini 1 month ago
parent 9f36ccd427
commit 761f9c17c2
Signed by: mauro.mugnaini
GPG Key ID: 2440CFD0EB321EA8

@ -43,6 +43,14 @@
<artifactId>commons-codec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>

Loading…
Cancel
Save