aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-controller/pom.xml
diff options
context:
space:
mode:
authorMax Benjamin <max.benjamin@att.com>2021-03-17 16:35:06 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-17 16:35:06 +0000
commit10add89694eb04da38e80fd6eb26c369149570ec (patch)
tree008696053638e02ea538a22fc6b5a5fd08a07652 /asdc-controller/pom.xml
parentb3b5dec2801b3eb4951e3e071490e240c8629a7a (diff)
parent8b98eb93f7b0c4dc1885a70db3ea8dd7bb84cc77 (diff)
Merge "update swagger to v3 open api version"
Diffstat (limited to 'asdc-controller/pom.xml')
-rw-r--r--asdc-controller/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml
index 4d17f5510a..0eef01d0cc 100644
--- a/asdc-controller/pom.xml
+++ b/asdc-controller/pom.xml
@@ -190,8 +190,8 @@
</build>
<dependencies>
<dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-jersey2-jaxrs</artifactId>
+ <groupId>io.swagger.core.v3</groupId>
+ <artifactId>swagger-jaxrs2</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>