aboutsummaryrefslogtreecommitdiffstats
path: root/cps-application/pom.xml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2023-10-17 13:23:40 +0000
committerGerrit Code Review <gerrit@onap.org>2023-10-17 13:23:40 +0000
commitecfb5ee60ec54a2b3f789dc9436f6db4c830e3e8 (patch)
treee3c99ff6393b3f241c2b78124fb909d51e7c8825 /cps-application/pom.xml
parentc29a5fe32db7efb0fdefa3a3d020110aab9731b4 (diff)
parentfb09b7c27a814619d8032ac96a0fc6f757127358 (diff)
Merge "[BUG] Fix for Swagger UI generation"
Diffstat (limited to 'cps-application/pom.xml')
-rwxr-xr-xcps-application/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml
index f4e3e916f9..7b0f1f6027 100755
--- a/cps-application/pom.xml
+++ b/cps-application/pom.xml
@@ -66,6 +66,10 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
+ <groupId>org.springdoc</groupId>
+ <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
</dependency>