From 87eec9a2ad04e1cbe1304f23071ac6d85bdd5503 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Wed, 20 Jan 2021 12:20:40 +0000 Subject: Handle ETSI versions in NSD Plugin The plugin now considers the ETSI version in the component metadata to generate the correct imports of nsd types, i.e., aligned with the provided version. Change-Id: I54aee04722a4434eac59ea8b70c4f30f5c81645e Issue-ID: SDC-3447 Signed-off-by: andre.schmid --- .../etsi-nfv-nsd-csar-plugin/pom.xml | 80 ++++++++++++---------- 1 file changed, 43 insertions(+), 37 deletions(-) (limited to 'catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml') diff --git a/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml b/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml index e40bd7a155..7c2bcf9a69 100644 --- a/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml +++ b/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml @@ -19,46 +19,52 @@ --> - - catalog-be-plugins - org.openecomp.sdc - 1.8.0-SNAPSHOT - - 4.0.0 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + catalog-be-plugins + org.openecomp.sdc + 1.8.0-SNAPSHOT + + 4.0.0 - etsi-nfv-nsd-csar-plugin + etsi-nfv-nsd-csar-plugin - - 2.2 - + + 2.2 + - - - - org.openecomp.sdc - catalog-be - ${project.version} - classes - + + + + org.openecomp.sdc + catalog-be + ${project.version} + classes + - - - org.hamcrest - hamcrest - ${hamcrest.version} - test - - - org.hamcrest - hamcrest-library - ${hamcrest.version} - test - - + + + org.hamcrest + hamcrest + ${hamcrest.version} + test + + + org.hamcrest + hamcrest-library + ${hamcrest.version} + test + + + org.junit.jupiter + junit-jupiter-params + ${junitJupiter.version} + test + + - - etsi-nfv-nsd-csar-plugin - + + etsi-nfv-nsd-csar-plugin + \ No newline at end of file -- cgit 1.2.3-korg