From e2cc2530fc6d54ebc975c01a4ff887ce12f0a736 Mon Sep 17 00:00:00 2001 From: Pavel Aharoni Date: Wed, 29 Mar 2017 13:35:45 +0300 Subject: [SDC-6] sdc-distribution-client 1707 rebasing Change-Id: I322a05fd79beb6ba4fee4d32afffecf531b86e98 Signed-off-by: Pavel Aharoni --- sdc-distribution-ci/pom.xml | 69 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 sdc-distribution-ci/pom.xml (limited to 'sdc-distribution-ci/pom.xml') diff --git a/sdc-distribution-ci/pom.xml b/sdc-distribution-ci/pom.xml new file mode 100644 index 0000000..6e97f34 --- /dev/null +++ b/sdc-distribution-ci/pom.xml @@ -0,0 +1,69 @@ + + + 4.0.0 + + + org.openecomp.sdc + sdc-main-distribution-client + 1.1.0-SNAPSHOT + + + sdc-distribution-ci + SdcDistributionCI + Distribution CI for testing distribution client + + + + + org.json + json + 20131018 + compile + + + + org.openecomp.sdc + sdc-distribution-client + ${project.version} + compile + + + + commons-io + commons-io + 2.5 + compile + + + + commons-codec + commons-codec + 1.9 + compile + + + + ch.qos.logback + logback-classic + ${logback.version} + compile + + + + ch.qos.logback + logback-core + ${logback.version} + compile + + + + junit + junit + ${junit.version} + compile + + + + + -- cgit 1.2.3-korg