diff options
author | JakobKrieg <jakob.krieg@bcmsolutions.de> | 2020-11-26 16:26:51 +0100 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-11-27 14:29:08 +0000 |
commit | c9abcdb52610466e0939ba6758e358949e0a38b5 (patch) | |
tree | 6474073e079d534196626a1181defc534371f7b0 /ms/blueprintsprocessor/application/src | |
parent | 6ec780f4333f8b507d1a7e9382ba60cc29b57360 (diff) |
CDS migrate to springfox 3.0.0
Old dependencies and Annotations removed.
Refer official documentation: https://springfox.github.io/springfox/docs/snapshot/#migrating-from-existing-2-x-version
Issue-ID: CCSDK-3004
Change-Id: I3f4ce138dc83d74ea1b1e64b0ff4cf5badd3873b
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
Diffstat (limited to 'ms/blueprintsprocessor/application/src')
-rw-r--r-- | ms/blueprintsprocessor/application/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/SwaggerConfig.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/SwaggerConfig.kt b/ms/blueprintsprocessor/application/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/SwaggerConfig.kt index 243533b66..10c8db417 100644 --- a/ms/blueprintsprocessor/application/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/SwaggerConfig.kt +++ b/ms/blueprintsprocessor/application/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/SwaggerConfig.kt @@ -33,7 +33,6 @@ import springfox.documentation.spring.web.plugins.Docket * @author Brinda Santh */ @Configuration -// @EnableSwagger2WebFlux open class SwaggerConfig { @Bean |