From a50a7d8414e03af2520ed5e4714af2d28016d238 Mon Sep 17 00:00:00 2001 From: Chenfei Gao Date: Wed, 3 Apr 2019 21:37:23 -0400 Subject: 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 --- models-tosca/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'models-tosca/pom.xml') 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 @@ mariadb-java-client test + + + io.swagger + swagger-jersey2-jaxrs + -- cgit 1.2.3-korg