summaryrefslogtreecommitdiffstats
path: root/cps/cps-service/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cps/cps-service/pom.xml')
-rw-r--r--cps/cps-service/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/cps/cps-service/pom.xml b/cps/cps-service/pom.xml
index 844539410..e0d7ebd8e 100644
--- a/cps/cps-service/pom.xml
+++ b/cps/cps-service/pom.xml
@@ -52,6 +52,12 @@
<artifactId>spring-context</artifactId>
</dependency>
+ <dependency>
+ <!-- For parsing JSON object -->
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ </dependency>
+
</dependencies>
</project> \ No newline at end of file