DATACASS-418 - Remove Jackson 1 usage.

This commit is contained in:
Mark Paluch
2017-03-24 10:57:52 +01:00
parent 8597589ce3
commit ed7565273e
9 changed files with 20 additions and 101 deletions

14
pom.xml
View File

@@ -183,20 +183,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>