From c18c845a6f319b0548cf0ed524055f4e9f9e907f Mon Sep 17 00:00:00 2001
From: Joe Freeman <joe+github@freemansoft.com>
Date: Mon, 28 Sep 2015 23:04:10 -0400
Subject: [PATCH] Add missing json-simple dependency

---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3f2e357..fa30935 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,11 @@
 			<artifactId>taglibs-standard-jstlel</artifactId>
 		</dependency>
 		<!--  JSon -->
+	 	<dependency>
+		   <groupId>com.googlecode.json-simple</groupId>
+		   <artifactId>json-simple</artifactId>
+		   <version>1.1</version>
+         </dependency>
 		 <dependency>
             <groupId>com.jayway.jsonpath</groupId>
             <artifactId>json-path</artifactId>
-- 
GitLab