From 9714961d2950d00ae66be01e20c1ebb8552a82e9 Mon Sep 17 00:00:00 2001 From: vasraz Date: Mon, 19 Oct 2020 16:33:00 +0100 Subject: Remove sdc-tosca-parser dependency Change-Id: I762b7a1098505312486d690902f2f10108a601ff Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3317 --- integration-tests/pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'integration-tests') diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 9d646721c2..8b5e614b65 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -24,7 +24,6 @@ limitations under the License. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.openecomp.sdc sdc-integration-tests jar sdc-integration-tests @@ -52,6 +51,8 @@ limitations under the License. latest 2.53.1 + + 1.6.5 @@ -182,6 +183,12 @@ limitations under the License. + + org.onap.sdc.sdc-tosca + sdc-tosca + ${sdc-tosca-parser.version} + + org.seleniumhq.selenium @@ -281,7 +288,7 @@ limitations under the License. ../catalog-be-plugins/etsi-nfv-nsd-csar-plugin/target false - etsi-nfv-nsd-csar-plugin-${version}.jar + etsi-nfv-nsd-csar-plugin-${project.version}.jar -- cgit 1.2.3-korg