Remove sdc-tosca-parser dependency
[sdc.git] / integration-tests / pom.xml
index 9d64672..8b5e614 100644 (file)
@@ -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>