diff options
author | Niamh Core <niamh.core@est.tech> | 2021-12-13 15:05:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-12-13 15:05:19 +0000 |
commit | 4207fab422760b17187d37776ebc1867b995bba1 (patch) | |
tree | 8d80c6ae89a1a20de5eddbc895389169248c4577 /cps-ncmp-rest/pom.xml | |
parent | 5af63eb8c5a32180f1c1d52048fe3390305dc4ac (diff) | |
parent | d000733344658e79e8a384e724349bdb644d7c62 (diff) |
Merge "Define response objects(schemas) in cps-ncmp"
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> |