From be21595d53636e2c9b912bfbe8dfdefb81edc70f Mon Sep 17 00:00:00 2001 From: JosephKeenan Date: Tue, 3 Aug 2021 18:24:32 +0100 Subject: Upgrade Swager Codegen-maven-plugin - Removed swagger annotations dependency as latest plugin generates code using v3 annotations. - updated the method signature as per the new generated code - removed unnecessary mock springbeans from the WebMvcTest Issue-ID: CPS-205 Change-Id: Ie7911d7389dca587bde945d913f458de46027e0f Signed-off-by: JosephKeenan --- cps-rest/pom.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cps-rest/pom.xml') diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 9a131176d..9e29074f7 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -70,10 +70,6 @@ io.springfox springfox-boot-starter - - io.swagger - swagger-annotations - org.springdoc springdoc-openapi-ui -- cgit 1.2.3-korg