From 81ad9aa3964eec60a1d431290fc23139aee2204d Mon Sep 17 00:00:00 2001 From: vempo Date: Tue, 9 Jan 2018 14:25:08 +0200 Subject: Add Togglz REST API Supporting REST API, and Javascript for Togglz Issue-ID: SDC-881 Change-Id: I026d3f190cb95c8943a85b26dfbcd13e856abe64 Signed-off-by: shrek2000 (cherry picked from commit 5a33f027cd2bc4253d5ebb7a71889ead65d095b2) Signed-off-by: vempo --- .../openecomp-sdc-rest-webapp/togglz-rest/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/pom.xml (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/pom.xml') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/pom.xml new file mode 100644 index 0000000000..fb786f2089 --- /dev/null +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/pom.xml @@ -0,0 +1,22 @@ + + + 4.0.0 + + + org.openecomp.sdc + openecomp-sdc-rest-webapp + 1.2.0-SNAPSHOT + + + togglz-rest + pom + + + + togglz-rest-types + togglz-rest-services + + + \ No newline at end of file -- cgit 1.2.3-korg