From 451a3400b76511393c62a444f588a4ed15f4a549 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 19 Feb 2017 10:28:42 +0200 Subject: Initial OpenECOMP SDC commit Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b Signed-off-by: Michael Lando --- distribution-ci/pom.xml | 64 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 distribution-ci/pom.xml (limited to 'distribution-ci/pom.xml') diff --git a/distribution-ci/pom.xml b/distribution-ci/pom.xml new file mode 100644 index 0000000000..f770a34ee9 --- /dev/null +++ b/distribution-ci/pom.xml @@ -0,0 +1,64 @@ + + 4.0.0 + org.openecomp.sdc.sdc-main + distribution-ci + + + org.openecomp.sdc + sdc-main + 1610.1.3 + + + + + + + + org.json + json + 20131018 + compile + + + + org.openecomp.sdc + sdc-distribution-client + 1.1.2 + compile + + + + org.openecomp.sdc + asdc-tests + ${asdc.full.version} + compile + + + + junit + junit + compile + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + true + + 1.8 + 1.8 + + + + + -- cgit 1.2.3-korg