summaryrefslogtreecommitdiffstats
path: root/integration
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-07-06 09:48:49 +0100
committerAjith Sreekumar <ajith.sreekumar@bell.ca>2021-07-06 09:18:03 +0000
commiteba43d8e7438f6e754aeb2430303dcc60723119e (patch)
treec2137ad0b9aada303788e097b16155af3f0fcd93 /integration
parent53ef7ed7d2a9354146e2ad3f1a34186613a7b1b1 (diff)
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 <liam.fallon@est.tech>
Diffstat (limited to 'integration')
-rw-r--r--integration/pom.xml7
1 files changed, 7 insertions, 0 deletions
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 @@
</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>