aboutsummaryrefslogtreecommitdiffstats
path: root/models-tosca/pom.xml
diff options
context:
space:
mode:
authorChenfei Gao <cgao@research.att.com>2019-04-03 21:37:23 -0400
committerChenfei Gao <cgao@research.att.com>2019-04-03 22:47:40 -0400
commita50a7d8414e03af2520ed5e4714af2d28016d238 (patch)
treef80ff30c225a63e1ac9a8d6fbcc76455232b216a /models-tosca/pom.xml
parent09c5d18a9e3b2ae2958d2762bd4277499611d5ec (diff)
Add ApiModelProperty annotation to authorative models
Add @ApiModelProperty to authorative models for the fields that have different serialized names from their property names. Issue-ID: POLICY-1515 Change-Id: Id6509afe5cc741a6253fc0d1f98ae6b22d31f0d9 Signed-off-by: Chenfei Gao <cgao@research.att.com>
Diffstat (limited to 'models-tosca/pom.xml')
-rw-r--r--models-tosca/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/models-tosca/pom.xml b/models-tosca/pom.xml
index c8fa2520a..5b857c13b 100644
--- a/models-tosca/pom.xml
+++ b/models-tosca/pom.xml
@@ -68,6 +68,11 @@
<artifactId>mariadb-java-client</artifactId>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>io.swagger</groupId>
+ <artifactId>swagger-jersey2-jaxrs</artifactId>
+ </dependency>
</dependencies>
</project>