From: liamfallon Date: Tue, 6 Jul 2021 08:48:49 +0000 (+0100) Subject: Add swagger models for swagger endpoint generation X-Git-Tag: 3.4.0~18 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=eba43d8e7438f6e754aeb2430303dcc60723119e;p=policy%2Fparent.git Add swagger models for swagger endpoint generation The swagger models dependency is required to generate the swagger for the Swagger endpoint in Springboot applications. Issue-ID: POLICY-3424 Change-Id: I83a3976ee2513ab24d97b1594a29bf0a80f62d4c Signed-off-by: liamfallon --- diff --git a/integration/pom.xml b/integration/pom.xml index d453f533..92840093 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -200,6 +200,13 @@ + + + io.swagger + swagger-models + ${version.swagger} + + commons-codec