From c999c30ba211b59a43651292b92e8fe1a7a417bb Mon Sep 17 00:00:00 2001 From: "A.J. Brown" Date: Tue, 13 Aug 2013 11:27:53 -0400 Subject: [PATCH] Add Junit dependency to pom.xml. In order for maven build to work out of the box, JUnit must be available during the testing phase. With this update, the latest version will be added. --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index d895843..8c3cad6 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,12 @@ jackson-mapper-asl 1.9.5 + + test + junit + junit + 4.11 +