From 93bb9d70960c1eba2659e05f323531a1859a6c15 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 20 Oct 2017 11:46:26 -0400 Subject: Fix tunnelxconn DGs Tunnelxconn DGs had cut/paste errors (referred to security-zone incorrectly). Also, restapi templates were missing. Change-Id: Ib7aad71796301632e9269aa9e3e5e5fd266d7a94 Issue-ID: SDNC-139 Signed-off-by: Dan Timoney Former-commit-id: 76c06d99c067aa7be038e496753caee30ee01d0b --- platform-logic/restapi-templates/pom.xml | 54 ++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 platform-logic/restapi-templates/pom.xml (limited to 'platform-logic/restapi-templates/pom.xml') diff --git a/platform-logic/restapi-templates/pom.xml b/platform-logic/restapi-templates/pom.xml new file mode 100644 index 00000000..784a80f5 --- /dev/null +++ b/platform-logic/restapi-templates/pom.xml @@ -0,0 +1,54 @@ + + + 4.0.0 + + + org.onap.sdnc.oam + platform-logic + 1.2.0-SNAPSHOT + + + platform-logic-restapi-templates + 1.2.0-SNAPSHOT + pom + + Platform Logic : REST API templates + Contains platform-level platform logic for REST API templates + + + + + maven-resources-plugin + 2.6 + + + copy-version + + copy-resources + + validate + + ../target/restapi/templates + + + src/main/json + + *.json + + true + + + src/main/xml + + *.xml + + true + + + + + + + + + -- cgit 1.2.3-korg