remove jackson exclusion per review comments

This commit is contained in:
Terry W Brady
2018-01-19 08:47:14 -08:00
parent 7a31731f2f
commit 00757b862c

View File

@@ -159,10 +159,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
</exclusion>
</exclusions>
</dependency>