From fb09b7c27a814619d8032ac96a0fc6f757127358 Mon Sep 17 00:00:00 2001 From: egernug Date: Thu, 12 Oct 2023 13:33:08 +0100 Subject: [BUG] Fix for Swagger UI generation Issue-ID: CPS-1913 Signed-off-by: egernug Change-Id: Ib8a1b5fddc9957bd371fbb4dc54d018b25af3679 --- cps-application/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cps-application') 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 @@ -65,6 +65,10 @@ org.springframework.boot spring-boot-starter-actuator + + org.springdoc + springdoc-openapi-starter-webmvc-ui + org.eclipse.jetty jetty-server -- cgit 1.2.3-korg