petclinic-uncached

Add missing json-simple dependency

9/29/2015 12:04:10 AM

Changes

pom.xml 5(+5 -0)

Details

pom.xml 5(+5 -0)

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>