From 280f8015d06af1f41a3ef12e8300801c7a5e0d54 Mon Sep 17 00:00:00 2001 From: AviZi Date: Fri, 9 Jun 2017 02:39:56 +0300 Subject: [SDC-29] Amdocs OnBoard 1707 initial commit. Change-Id: Ie4d12a3f574008b792899b368a0902a8b46b5370 Signed-off-by: AviZi --- .../openecomp-sdc-translator-api/pom.xml | 43 +++++++++++++++++----- 1 file changed, 34 insertions(+), 9 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-api/pom.xml') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-api/pom.xml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-api/pom.xml index 46616d6b27..4249d3c734 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-api/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-api/pom.xml @@ -1,7 +1,12 @@ - 4.0.0 + openecomp-sdc-translator-api + openecomp-sdc-translator-api + + org.openecomp.sdc openecomp-sdc-lib @@ -9,12 +14,9 @@ ../.. - openecomp-sdc-translator-api - openecomp-sdc-translator-api - - org.openecomp.sdc + org.openecomp.core openecomp-facade-core ${project.version} @@ -23,21 +25,44 @@ openecomp-sdc-validation-api ${project.version} + + org.openecomp.sdc + openecomp-sdc-validation-core + ${project.version} + runtime + io.swagger swagger-annotations - 1.5.3 + ${swagger.version} - org.openecomp.sdc + org.openecomp.core openecomp-heat-lib ${project.version} - org.openecomp.sdc + org.openecomp.core openecomp-tosca-lib ${project.version} + + org.openecomp.sdc.common + openecomp-configuration-management-core + ${openecomp.sdc.common.version} + runtime + + + org.slf4j + slf4j-log4j12 + + + + + org.openecomp.sdc.common + openecomp-configuration-management-api + ${openecomp.sdc.common.version} + - \ No newline at end of file + -- cgit 1.2.3-korg