From 789391414249ef81d869a20dc250ae1d70d5cc3e Mon Sep 17 00:00:00 2001 From: shrikantawachar Date: Mon, 29 Oct 2018 20:30:11 +0530 Subject: Remove webapp from togglz Remove webapp from togglz Change-Id: I6d2e6a40a667db1a4dc4f535e479f3a59efe04bf Issue-ID: SDC-1875 Signed-off-by: shrikantawachar --- .../api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml | 5 ----- .../main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'openecomp-be') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml index 695311c3f0..6c0b3f0826 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml @@ -192,11 +192,6 @@ togglz-servlet ${togglz.version} - - org.togglz - togglz-console - ${togglz.version} - diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/src/main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/src/main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java index 90454d8853..2ce159a6fd 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/src/main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/src/main/java/org/openecomp/sdcrests/togglz/rest/TogglzFeatures.java @@ -16,6 +16,7 @@ package org.openecomp.sdcrests.togglz.rest; +import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.openecomp.sdcrests.togglz.types.FeatureDto; import org.openecomp.sdcrests.togglz.types.FeatureSetDto; @@ -29,6 +30,7 @@ import javax.ws.rs.core.Response; @Path("/v1.0/togglz") @Produces(MediaType.APPLICATION_JSON) @Consumes(MediaType.APPLICATION_JSON) +@Api(value = "Togglz") @Validated public interface TogglzFeatures { -- cgit 1.2.3-korg