diff options
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> |