diff options
Diffstat (limited to 'cps-tbdmt-service/pom.xml')
-rw-r--r-- | cps-tbdmt-service/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-tbdmt-service/pom.xml b/cps-tbdmt-service/pom.xml index 3291e8d..d9181c5 100644 --- a/cps-tbdmt-service/pom.xml +++ b/cps-tbdmt-service/pom.xml @@ -77,6 +77,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + </dependency> <!--Test dependencies--> <dependency> <groupId>com.openpojo</groupId> |