From: Brinda Santh Date: Sat, 14 Sep 2019 00:00:14 +0000 (-0400) Subject: Fix spring fox swagger snapshot version. X-Git-Tag: 0.6.3~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0597d0d0eb3ec6a84a11555383e7d019ba8f005c;p=ccsdk%2Fcds.git Fix spring fox swagger snapshot version. Change-Id: I62ce444d77fa0aa8d6d6adb3ceca0cc83040bbe9 Issue-ID: CCSDK-1724 Signed-off-by: Brinda Santh --- diff --git a/ms/blueprintsprocessor/application/src/main/java/org/onap/ccsdk/cds/blueprintsprocessor/SwaggerConfig.java b/ms/blueprintsprocessor/application/src/main/java/org/onap/ccsdk/cds/blueprintsprocessor/SwaggerConfig.java index 82693c4fd..ce802b7b5 100644 --- a/ms/blueprintsprocessor/application/src/main/java/org/onap/ccsdk/cds/blueprintsprocessor/SwaggerConfig.java +++ b/ms/blueprintsprocessor/application/src/main/java/org/onap/ccsdk/cds/blueprintsprocessor/SwaggerConfig.java @@ -28,7 +28,6 @@ import springfox.documentation.spi.DocumentationType; import springfox.documentation.spring.web.plugins.Docket; import java.util.Collections; -import springfox.documentation.swagger2.annotations.EnableSwagger2WebFlux; /** * SwaggerConfig @@ -36,7 +35,7 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2WebFlux; * @author Brinda Santh 8/13/2018 */ @Configuration -@EnableSwagger2WebFlux +//@EnableSwagger2WebFlux public class SwaggerConfig { @Bean diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 8dc77af2d..9f422ed45 100755 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -37,7 +37,7 @@ 2.7.1 - 3.0.0-SNAPSHOT + 2.9.2 1.4.197 1.2.2 1.7.4 @@ -96,17 +96,17 @@ - - io.springfox - springfox-spring-webflux - ${springfox.swagger2.version} - - - org.slf4j - slf4j-api - - - + + + + + + + + + + + @@ -569,10 +569,10 @@ - - io.springfox - springfox-spring-webflux - + + + + io.springfox springfox-swagger-ui