aboutsummaryrefslogtreecommitdiffstats
path: root/cps-application/pom.xml
diff options
context:
space:
mode:
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 f4e3e916f..7b0f1f602 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>