summaryrefslogtreecommitdiffstats
path: root/cps-application
diff options
context:
space:
mode:
authoregernug <gerard.nugent@est.tech>2023-10-12 13:33:08 +0100
committeregernug <gerard.nugent@est.tech>2023-10-17 12:12:36 +0100
commitfb09b7c27a814619d8032ac96a0fc6f757127358 (patch)
treee6333b85d16bb3ca639b7cbf8f07e25e9bfa6fd1 /cps-application
parentfc7a5d30953cfedd7e2ea2f969adab03716de6df (diff)
[BUG] Fix for Swagger UI generation
Issue-ID: CPS-1913 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: Ib8a1b5fddc9957bd371fbb4dc54d018b25af3679
Diffstat (limited to 'cps-application')
-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>