diff options
author | vasraz <vasyl.razinkov@est.tech> | 2020-10-19 16:33:00 +0100 |
---|---|---|
committer | S�bastien Determe <sebastien.determe@intl.att.com> | 2020-10-23 14:26:12 +0000 |
commit | 9714961d2950d00ae66be01e20c1ebb8552a82e9 (patch) | |
tree | f9c46bd321f7ef72614d5e5cfbcb42e0bbb49ac5 /integration-tests/pom.xml | |
parent | 290420e92809093050a493f34be3cc214459162f (diff) |
Remove sdc-tosca-parser dependency
Change-Id: I762b7a1098505312486d690902f2f10108a601ff
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3317
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 11 |
1 files changed, 9 insertions, 2 deletions
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"> <modelVersion>4.0.0</modelVersion> - <groupId>org.openecomp.sdc</groupId> <artifactId>sdc-integration-tests</artifactId> <packaging>jar</packaging> <name>sdc-integration-tests</name> @@ -52,6 +51,8 @@ limitations under the License. <it.docker.version>latest</it.docker.version> <it.ui.firefox.version>2.53.1</it.ui.firefox.version> + <!-- parser--> + <sdc-tosca-parser.version>1.6.5</sdc-tosca-parser.version> </properties> <dependencies> @@ -182,6 +183,12 @@ limitations under the License. </exclusions> </dependency> + <dependency> + <groupId>org.onap.sdc.sdc-tosca</groupId> + <artifactId>sdc-tosca</artifactId> + <version>${sdc-tosca-parser.version}</version> + </dependency> + <!--FOR the Frontend --> <dependency> <groupId>org.seleniumhq.selenium</groupId> @@ -281,7 +288,7 @@ limitations under the License. <directory>../catalog-be-plugins/etsi-nfv-nsd-csar-plugin/target</directory> <filtering>false</filtering> <includes> - <include>etsi-nfv-nsd-csar-plugin-${version}.jar</include> + <include>etsi-nfv-nsd-csar-plugin-${project.version}.jar</include> </includes> </resource> </resources> |