From f5500c35b2f967607b7ee7865247462e041436a3 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Wed, 19 Jul 2017 11:23:23 +0300 Subject: [SDC] compiltion alignment fix Change-Id: I4e7d3d4e0cfb59ea0571604c26db9b32b0e22a15 Signed-off-by: Michael Lando --- asdctool/pom.xml | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 84 insertions(+), 1 deletion(-) (limited to 'asdctool') diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 40eebbab5f..a7a122f43b 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -48,17 +48,100 @@ compile + org.openecomp.sdc catalog-be ${project.version} - classes + classes + + + + org.openecomp.ecompsdkos + epsdk-fw + + + org.openecomp.sdc.common + openecomp-sdc-artifact-generator-api + + + + org.openecomp.sdc.common + openecomp-sdc-artifact-generator-core + + + + org.openecomp.sdc.common + openecomp-common-lib + + + + compile + + + + org.openecomp.ecompsdkos + epsdk-fw + ${ecomp.version} compile + + + com.att.nsa + cambriaClient + + + + slf4j-log4j12 + org.slf4j + + + + + + org.openecomp.sdc.common + openecomp-sdc-artifact-generator-api + ${artifact-generator-api.version} + compile + + + junit + junit + + + + + + org.openecomp.sdc.common + openecomp-sdc-artifact-generator-core + ${artifact-generator-core.version} + compile + + + junit + junit + + + + + + org.openecomp.sdc.common + openecomp-common-lib + ${dox-common-lib.version} + pom + + + junit + junit + + + + + org.eclipse.jetty -- cgit 1.2.3-korg