From 4b2e7897d86ad621f258c5699957e6bc7fda462a Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 18 Oct 2013 07:04:58 +0200 Subject: [PATCH] Add Jackson dependency. --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 45eeece..8489423 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,16 @@ 1.3 + org.codehaus.jackson + jackson-mapper-asl + 1.9.13 + + + org.codehaus.jackson + jackson-core-asl + 1.9.13 + + org.testng testng 6.8 -- 2.7.4