diff options
author | 2023-10-17 13:23:40 +0000 | |
---|---|---|
committer | 2023-10-17 13:23:40 +0000 | |
commit | ecfb5ee60ec54a2b3f789dc9436f6db4c830e3e8 (patch) | |
tree | e3c99ff6393b3f241c2b78124fb909d51e7c8825 /cps-application/pom.xml | |
parent | c29a5fe32db7efb0fdefa3a3d020110aab9731b4 (diff) | |
parent | fb09b7c27a814619d8032ac96a0fc6f757127358 (diff) |
Merge "[BUG] Fix for Swagger UI generation"
Diffstat (limited to 'cps-application/pom.xml')
-rwxr-xr-x | cps-application/pom.xml | 4 |
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> |