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 --- .../pom.xml | 114 ++++++++++++++++----- 1 file changed, 89 insertions(+), 25 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/pom.xml') diff --git a/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/pom.xml b/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/pom.xml index ce7f7be7fd..939e1b003a 100644 --- a/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/pom.xml @@ -1,49 +1,32 @@ - 4.0.0 + openecomp-sdc-vendor-software-product-core + org.openecomp.sdc openecomp-sdc-vendor-software-product-lib 1.1.0-SNAPSHOT - openecomp-sdc-vendor-software-product-core - - - com.google.code.gson - gson - 2.3.1 - test - - - org.yaml - snakeyaml - 1.14 - test - - - org.openecomp.sdc - openecomp-sdc-enrichment-impl - ${project.version} - org.openecomp.sdc openecomp-sdc-vendor-software-product-api ${project.version} - org.openecomp.sdc + org.openecomp.core openecomp-nosqldb-api ${project.version} org.freemarker freemarker - 2.3.23 + ${freemarker.version} org.testng @@ -52,7 +35,7 @@ test - org.openecomp.sdc + org.openecomp.core openecomp-config-lib ${project.version} @@ -62,6 +45,87 @@ ${project.version} test + + org.apache.xmlgraphics + fop + ${fop.version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + ${jackson.dataformat.version} + + + commons-io + commons-io + ${commons.io.version} + + + org.mockito + mockito-all + ${mockito.all.version} + + + junit + junit + 4.12 + test + + + 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} + + + org.openecomp.core + openecomp-zusammen-api + ${project.version} + + + org.openecomp.core + openecomp-zusammen-core + ${project.version} + runtime + + + org.apache.commons + commons-lang3 + 3.4 + + + + + org.openecomp.sdc.common + openecomp-tosca-datatype + ${openecomp.sdc.common.version} + - \ No newline at end of file + + + + org.apache.maven.plugins + maven-surefire-plugin + ${mvn.surefire.version} + + true + false + true + + + + + + -- cgit 1.2.3-korg