From 0df7ab4f7ef0bfb21797775ec41fcdfb94e2270c Mon Sep 17 00:00:00 2001 From: Anand Chaturvedi Date: Sat, 12 Aug 2017 01:31:10 -0400 Subject: Initial commit for appc-config-params Change-Id: I5805591892184b4456dd30639417d783d353a6a3 Signed-off-by: Anand Chaturvedi Issue-Id:APPC-9 --- appc-config/pom.xml | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 appc-config/pom.xml (limited to 'appc-config/pom.xml') diff --git a/appc-config/pom.xml b/appc-config/pom.xml new file mode 100644 index 000000000..93d2ca3d9 --- /dev/null +++ b/appc-config/pom.xml @@ -0,0 +1,94 @@ + + 4.0.0 + + org.openecomp.appc + appc + 1.1.0-SNAPSHOT + + + 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 + + 1.1.0 + 1.1.0 + 1.1.0 + 1.1.0 + + + + + + + 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 + + + + + + + appc-config-params + + + -- cgit 1.2.3-korg