summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0a759b302c..9f2bfb9663 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,6 +64,7 @@ Modifications copyright (c) 2018-2019 Nokia
<jaxb-api.version>2.3.1</jaxb-api.version>
<io.vavr.version>0.10.3</io.vavr.version>
<groovy.version>3.0.7</groovy.version>
+ <swagger-core-mvn-plugin.version>2.1.7</swagger-core-mvn-plugin.version>
<commons.collections.version>4.1</commons.collections.version>
<ws.rs.version>2.1</ws.rs.version>
@@ -245,6 +246,11 @@ Modifications copyright (c) 2018-2019 Nokia
<artifactId>netty-handler</artifactId>
<version>${netty.version}</version>
</dependency>
+ <dependency>
+ <groupId>io.swagger.core.v3</groupId>
+ <artifactId>swagger-maven-plugin</artifactId>
+ <version>${swagger-core-mvn-plugin.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>