diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2021-12-08 18:53:39 +0000 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2021-12-13 11:34:08 +0000 |
commit | d000733344658e79e8a384e724349bdb644d7c62 (patch) | |
tree | 7fa8beba0d72ad7453d4c64a7027e827904ef9e0 /cps-ncmp-rest/pom.xml | |
parent | 8c9b4a24b4841154a2d08f506e2f7beca4f6fc31 (diff) |
Define response objects(schemas) in cps-ncmp
Issue-ID: CPS-559
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: Id181f2a1b9554118f5e7464c95e873f09fc908eb
Diffstat (limited to 'cps-ncmp-rest/pom.xml')
-rw-r--r-- | cps-ncmp-rest/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-ncmp-rest/pom.xml b/cps-ncmp-rest/pom.xml index 0300538371..93ee680daf 100644 --- a/cps-ncmp-rest/pom.xml +++ b/cps-ncmp-rest/pom.xml @@ -61,6 +61,10 @@ <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-annotations</artifactId> </dependency> + <dependency> + <groupId>org.modelmapper</groupId> + <artifactId>modelmapper</artifactId> + </dependency> <!-- T E S T D E P E N D E N C I E S --> <dependency> <groupId>org.codehaus.groovy</groupId> |