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 --- .../state-machine-lib/pom.xml | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 appc-lifecycle-management/state-machine-lib/pom.xml (limited to 'appc-lifecycle-management/state-machine-lib/pom.xml') diff --git a/appc-lifecycle-management/state-machine-lib/pom.xml b/appc-lifecycle-management/state-machine-lib/pom.xml new file mode 100644 index 000000000..9618d61b3 --- /dev/null +++ b/appc-lifecycle-management/state-machine-lib/pom.xml @@ -0,0 +1,42 @@ + + + org.openecomp.appc + appc-lifecycle-management + 1.1.0-SNAPSHOT + + + 4.0.0 + state-machine-lib + bundle + + state-machine-lib + http://maven.apache.org + + + + org.openecomp.appc + appc-lifecycle-management-api + 1.1.0-SNAPSHOT + + + + + UTF-8 + + + + + + org.apache.felix + maven-bundle-plugin + + + ${project.artifactId} + ${project.version} + org.openecomp.appc.statemachine.* + + + + + + -- cgit 1.2.3-korg