diff options
author | vempo <vitaliy.emporopulo@amdocs.com> | 2018-01-09 14:25:08 +0200 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2018-01-09 13:42:43 +0000 |
commit | 81ad9aa3964eec60a1d431290fc23139aee2204d (patch) | |
tree | 39a3fed8837114769528f90eb806e363622b5752 /openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/pom.xml | |
parent | 1c1edf2e7b1ddef504d8b075b2763e0b0d83a2aa (diff) |
Add Togglz REST API
Supporting REST API, and Javascript for Togglz
Issue-ID: SDC-881
Change-Id: I026d3f190cb95c8943a85b26dfbcd13e856abe64
Signed-off-by: shrek2000 <orenkle@amdocs.com>
(cherry picked from commit 5a33f027cd2bc4253d5ebb7a71889ead65d095b2)
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/pom.xml')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/pom.xml | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.openecomp.sdc</groupId> + <artifactId>openecomp-sdc-rest-webapp</artifactId> + <version>1.2.0-SNAPSHOT</version> + </parent> + + <artifactId>togglz-rest</artifactId> + <packaging>pom</packaging> + + + <modules> + <module>togglz-rest-types</module> + <module>togglz-rest-services</module> + </modules> + +</project>
\ No newline at end of file |