From 9296b7674ea71cb86fe2ea99e80d9d055267ae5b Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 15 Aug 2017 17:26:38 -0500 Subject: Initial commit for appc-flow-controller bundle This bundle contains the APPC orchestration control for the directed graph for model driven transactions Issue-ID: APPC-73 Change-Id: Ia812fe14b2d6aa46c3acd5b2bfab0c004507c628 Signed-off-by: Skip Wonnell --- appc-config/pom.xml | 161 ++++++++++++++++++++++++++-------------------------- 1 file changed, 81 insertions(+), 80 deletions(-) (limited to 'appc-config/pom.xml') diff --git a/appc-config/pom.xml b/appc-config/pom.xml index 3aa0513ff..d90a3c8b4 100644 --- a/appc-config/pom.xml +++ b/appc-config/pom.xml @@ -1,96 +1,97 @@ - 4.0.0 - - org.openecomp.appc - appc - 1.1.0-SNAPSHOT - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.openecomp.appc + appc + 1.1.0-SNAPSHOT + - org.openecomp.appc - appc-config - pom - Application Controller Config - Application Controller Config + org.openecomp.appc + appc-config + pom + Application Controller Config + Application Controller Config - - 2.1.1-Boron-SR1 - 2.3.2 - 1.12 - 1.7 - 1.3.7 - 3.2.1 - 2.5 + + 2.1.1-Boron-SR1 + 2.3.2 + 1.12 + 1.7 + 1.3.7 + 3.2.1 + 2.5 - 1.1.0 - 1.1.2 - 1.1.0 - 1.1.0 - + 1.1.0 + 1.1.2 + 1.1.0 + 1.1.0 + - - + + - - org.openecomp.sdnc.adaptors - sql-resource-provider - ${openecomp.sdnc.sql-resource.version} - + + org.openecomp.sdnc.adaptors + sql-resource-provider + ${openecomp.sdnc.sql-resource.version} + - - com.fasterxml.jackson.core - jackson-databind - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-core - ${jackson.version} - - - com.fasterxml.jackson.dataformat - jackson-dataformat-properties - ${jackson.version} - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - ${jackson.version} - - - org.yaml - snakeyaml - ${snakeyaml.version} - - - org.apache.velocity - velocity - ${velocity.version} - - - commons-io - commons-io - ${common.io.version} - - - org.codehaus.jettison - jettison - ${jettison.version} - provided - - + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-properties + ${jackson.version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${jackson.version} + + + org.yaml + snakeyaml + ${snakeyaml.version} + + + org.apache.velocity + velocity + ${velocity.version} + + + commons-io + commons-io + ${common.io.version} + + + org.codehaus.jettison + jettison + ${jettison.version} + provided + + - + appc-config-params appc-encryption-tool appc-data-services + appc-flow-controller -- cgit 1.2.3-korg