From 108ff43f43cb3a662514c6f27d806fe3a86caade Mon Sep 17 00:00:00 2001 From: Dilip kumar Pampana Date: Mon, 8 Jan 2018 15:08:21 -0500 Subject: Appc Interface Services Scope Overlap API Or REST service Issue-ID: APPC-348 Change-Id: Id32b4c88f57a9f9ce2234598d03dcca5946d4683 Signed-off-by: Dilip kumar Pampana --- appc-inbound/appc-interfaces-service/pom.xml | 94 ++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 appc-inbound/appc-interfaces-service/pom.xml (limited to 'appc-inbound/appc-interfaces-service/pom.xml') diff --git a/appc-inbound/appc-interfaces-service/pom.xml b/appc-inbound/appc-interfaces-service/pom.xml new file mode 100644 index 000000000..91df11252 --- /dev/null +++ b/appc-inbound/appc-interfaces-service/pom.xml @@ -0,0 +1,94 @@ + + + 4.0.0 + + + org.onap.appc + appc-inbound + 1.3.0-SNAPSHOT + + + pom + appc-interfaces-service + APPC Interface Services + + + + + org.onap.appc + appc-interfaces-service-features + features + xml + ${project.version} + + + + org.onap.appc + appc-interfaces-service-model + ${project.version} + + + org.onap.appc + appc-interfaces-service-bundle + ${project.version} + config + xml + + + org.onap.appc + appc-interfaces-service-bundle + ${project.version} + + + + + + + + model + features + bundle + installer + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + properties-maven-plugin + + + [1.0.0,) + + + + set-system-properties + + + + + + + + + + + + + + + -- cgit 1.2.3-korg