Store and Validate a JSON Object
[cps.git] / cps / cps-service / pom.xml
index 8445394..e0d7ebd 100644 (file)
       <artifactId>spring-context</artifactId>\r
     </dependency>\r
 \r
+    <dependency>\r
+      <!-- For parsing JSON object -->\r
+      <groupId>com.google.code.gson</groupId>\r
+      <artifactId>gson</artifactId>\r
+    </dependency>\r
+\r
   </dependencies>\r
 \r
 </project>
\ No newline at end of file