From fe0e98940048cad839c629821da78b3fcf33b6d2 Mon Sep 17 00:00:00 2001 From: "beili.zhou" Date: Thu, 10 Aug 2017 14:54:42 -0400 Subject: [APPC-44] APPC Lifecycle Management refactor Pull APPC lifecycle Management out of APPC dispatcher, so that it can be used by both APPC dispatcher and APPC OAM. This is the pre-step of introducing APPC OAM operations. Issue-Id: APPC-44 Change-Id: Icbde399b5121fae9e1919cfdd5c77bbe55d61188 Signed-off-by: beili.zhou --- .../appc-lifecycle-management-api/pom.xml | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 appc-lifecycle-management/appc-lifecycle-management-api/pom.xml (limited to 'appc-lifecycle-management/appc-lifecycle-management-api/pom.xml') diff --git a/appc-lifecycle-management/appc-lifecycle-management-api/pom.xml b/appc-lifecycle-management/appc-lifecycle-management-api/pom.xml new file mode 100644 index 000000000..ffd8669e5 --- /dev/null +++ b/appc-lifecycle-management/appc-lifecycle-management-api/pom.xml @@ -0,0 +1,35 @@ + + + org.openecomp.appc + appc-lifecycle-management + 1.1.0-SNAPSHOT + + + 4.0.0 + appc-lifecycle-management-api + 1.1.0-SNAPSHOT + bundle + + appc-lifecycle-management-api + http://maven.apache.org + + + UTF-8 + + + + + org.apache.felix + maven-bundle-plugin + + + ${project.artifactId} + ${project.version} + org.openecomp.appc.lifecyclemanager.* + + + + + + + -- cgit 1.2.3-korg