From af874e388ae170ec4e8f54d0d7212883932acac4 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Fri, 13 Sep 2019 20:00:14 -0400 Subject: Fix spring fox swagger snapshot version. Change-Id: I62ce444d77fa0aa8d6d6adb3ceca0cc83040bbe9 Issue-ID: CCSDK-1724 Signed-off-by: Brinda Santh (cherry picked from commit 0597d0d0eb3ec6a84a11555383e7d019ba8f005c) --- .../cds/blueprintsprocessor/SwaggerConfig.java | 3 +- ms/blueprintsprocessor/parent/pom.xml | 32 +++++++++++----------- 2 files changed, 17 insertions(+), 18 deletions(-) (limited to 'ms') 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 ded4ea1ad..e3c21f795 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 - - - + + + + + + + + + + + @@ -570,10 +570,10 @@ - - io.springfox - springfox-spring-webflux - + + + + io.springfox springfox-swagger-ui -- cgit 1.2.3-korg