From ee146f34aff276b4965e3569afbb62d24a66b60b Mon Sep 17 00:00:00 2001 From: deen1985 Date: Wed, 5 Aug 2020 17:54:22 +0200 Subject: DCAE-PRH Fix lib vulnerabilities Change-Id: I55d230a82ab58f99b89c49162bf952799e115ff4 Signed-off-by: deen1985 Issue-ID: DCAEGEN2-2276 Signed-off-by: deen1985 --- .../org/onap/dcaegen2/services/prh/configuration/SwaggerConfig.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/configuration/SwaggerConfig.java') diff --git a/prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/configuration/SwaggerConfig.java b/prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/configuration/SwaggerConfig.java index ecd2ef4c..4039f698 100644 --- a/prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/configuration/SwaggerConfig.java +++ b/prh-app-server/src/main/java/org/onap/dcaegen2/services/prh/configuration/SwaggerConfig.java @@ -2,7 +2,7 @@ * ============LICENSE_START======================================================= * PNF-REGISTRATION-HANDLER * ================================================================================ - * Copyright (C) 2018 NOKIA Intellectual Property. All rights reserved. + * Copyright (C) 2018-2020 NOKIA Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,6 @@ import springfox.documentation.spring.web.plugins.Docket; import springfox.documentation.swagger2.annotations.EnableSwagger2; -@EnableSwagger2 @Configuration @Profile("prod") public class SwaggerConfig extends WebMvcConfigurationSupport { @@ -80,4 +79,4 @@ public class SwaggerConfig extends WebMvcConfigurationSupport { registry.addResourceHandler(WEBJARS) .addResourceLocations(WEBJARS_PATH); } -} \ No newline at end of file +} -- cgit 1.2.3-korg