From 5ac400df6381d2f275e0359cb06c7904eddf1faf Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 8 Dec 2022 18:44:09 +0000 Subject: Replace SpringFox with SpringDoc in policy-pap This commit: - Remove SpringFox - Adds SpringDoc - Enables the .../v3/api-docs endpoint Note that the Swagger annotations from the OpenAPI specification generated code need to be enabled so that the API specification is available over the ..../v3/api-docs endpoint. THis will be done in subsequent commits. Issue-ID: POLICY-4404 Change-Id: I42c1575a3ce76d9b3e753ad51f85df027d12b980 Signed-off-by: liamfallon --- main/pom.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'main/pom.xml') diff --git a/main/pom.xml b/main/pom.xml index d018e691..bd42087c 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -61,16 +61,6 @@ ${version.io.micrometer} runtime - - io.springfox - springfox-boot-starter - ${version.springfox} - - - io.springfox - springfox-swagger-ui - runtime - org.apache.kafka kafka-clients @@ -127,6 +117,10 @@ org.springframework.boot spring-boot-starter-test + + org.springdoc + springdoc-openapi-ui + -- cgit 1.2.3-korg