This commit is contained in:
Alessandro Pieve 2017-05-11 15:18:04 +00:00
parent 987f94b896
commit b587565545
1 changed files with 16 additions and 0 deletions

16
pom.xml
View File

@ -83,6 +83,22 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.13</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.13</version>
</dependency>
<!-- Test Dependency -->
<dependency>
<groupId>junit</groupId>