Add swagger models for swagger endpoint generation 45/122445/2
authorliamfallon <liam.fallon@est.tech>
Tue, 6 Jul 2021 08:48:49 +0000 (09:48 +0100)
committerAjith Sreekumar <ajith.sreekumar@bell.ca>
Tue, 6 Jul 2021 09:18:03 +0000 (09:18 +0000)
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 <liam.fallon@est.tech>
integration/pom.xml

index d453f53..9284009 100644 (file)
                 </exclusions>
             </dependency>
 
+            <!--  Swagger Models -->
+            <dependency>
+                <groupId>io.swagger</groupId>
+                <artifactId>swagger-models</artifactId>
+                <version>${version.swagger}</version>
+            </dependency>
+
             <!-- Encoder and decoders for various formats -->
             <dependency>
                 <groupId>commons-codec</groupId>