From b8e2faf476202b6ffe61bc3a9a37df1304881d40 Mon Sep 17 00:00:00 2001 From: Avi Ziv Date: Tue, 18 Jul 2017 19:45:38 +0300 Subject: [SDC] Onboarding 1710 rebase. Change-Id: If3b6b81d221fde13908f1e8160db6f7d9433c535 Signed-off-by: Avi Ziv --- .../lib/openecomp-tosca-lib/pom.xml.versionsBackup | 87 ++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 openecomp-be/lib/openecomp-tosca-lib/pom.xml.versionsBackup (limited to 'openecomp-be/lib/openecomp-tosca-lib/pom.xml.versionsBackup') diff --git a/openecomp-be/lib/openecomp-tosca-lib/pom.xml.versionsBackup b/openecomp-be/lib/openecomp-tosca-lib/pom.xml.versionsBackup new file mode 100644 index 0000000000..be3c3509ad --- /dev/null +++ b/openecomp-be/lib/openecomp-tosca-lib/pom.xml.versionsBackup @@ -0,0 +1,87 @@ + + 4.0.0 + + org.openecomp.core + openecomp-tosca-lib + + + org.openecomp.core + openecomp-utilities-lib + 1.0-SNAPSHOT + + + org.openecomp.sdc + openecomp-sdc-datatypes-lib + 1.0-SNAPSHOT + + + org.openecomp.core + openecomp-common-lib + ${project.version} + + + ch.qos.logback + logback-classic + ${logback.version} + + + junit + junit + RELEASE + test + + + org.openecomp.sdc + openecomp-sdc-logging-core + 1.0-SNAPSHOT + + + org.openecomp.sdc.common + openecomp-configuration-management-core + 1707.0.0-SNAPSHOT + runtime + + + org.slf4j + slf4j-log4j12 + + + + + org.openecomp.sdc.common + openecomp-configuration-management-api + 1707.0.0-SNAPSHOT + + + org.openecomp.sdc.common + openecomp-tosca-datatype + 1707.0.0-SNAPSHOT + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + false + true + + + + + + + openecomp-tosca-lib + + + openecomp-sdc-lib + org.openecomp.sdc + 1.0-SNAPSHOT + + + + \ No newline at end of file -- cgit