diff options
author | egernug <gerard.nugent@est.tech> | 2023-10-12 13:33:08 +0100 |
---|---|---|
committer | egernug <gerard.nugent@est.tech> | 2023-10-17 12:12:36 +0100 |
commit | fb09b7c27a814619d8032ac96a0fc6f757127358 (patch) | |
tree | e6333b85d16bb3ca639b7cbf8f07e25e9bfa6fd1 /cps-application | |
parent | fc7a5d30953cfedd7e2ea2f969adab03716de6df (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-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> |