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-be/lib/openecomp-migration-lib/pom.xml | 192 +++++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 openecomp-be/lib/openecomp-migration-lib/pom.xml (limited to 'openecomp-be/lib/openecomp-migration-lib/pom.xml') diff --git a/openecomp-be/lib/openecomp-migration-lib/pom.xml b/openecomp-be/lib/openecomp-migration-lib/pom.xml new file mode 100644 index 0000000000..01603fc5e7 --- /dev/null +++ b/openecomp-be/lib/openecomp-migration-lib/pom.xml @@ -0,0 +1,192 @@ + + + 4.0.0 + + openecomp-migration-lib + openecomp-migration-lib + + + org.openecomp.sdc + openecomp-sdc-lib + 1.1.0-SNAPSHOT + .. + + + + 2.4.7 + 2.7.7 + + + + + org.openecomp.sdc + openecomp-sdc-vendor-software-product-manager + ${project.version} + + + + org.codehaus.groovy + groovy + ${groovy.version} + + + + org.openecomp.sdc.common + openecomp-configuration-management-core + ${openecomp.sdc.common.version} + runtime + + + org.slf4j + slf4j-log4j12 + + + + + + org.codehaus.janino + janino + ${janino.version} + + + + org.openecomp.core + openecomp-zusammen-core + ${project.version} + + + + org.codehaus.janino + commons-compiler + 3.0.6 + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + install + + copy-dependencies + + + ${project.build.directory}/lib + false + false + true + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + ${mvn.jar.version} + + + package + + + + + + true + custom + lib/${artifact.artifactId}-${baseVersion}.${artifact.extension} + org.openecomp.sdc.migration.ToscaNamespaceMigration + + + lib/ + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + false + true + + + + + com.google.code.maven-replacer-plugin + maven-replacer-plugin + 1.3.5 + + + replace-for-migration + initialize + + replace + + + ../../tools/migration/1702_to_1707.sh + false + target + + + 1707.0.0-SNAPSHOT + ${project.version} + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + ant-test + package + + + + + + + run + + + + + + + + + -- cgit 1.2.3-korg