Update version to 1.13.5
[sdc.git] / openecomp-be / pom.xml
index f3750ca..697c174 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.openecomp.sdc</groupId>
     <artifactId>sdc-onboarding</artifactId>
-    <version>1.8.1-SNAPSHOT</version>
+    <version>1.13.5-SNAPSHOT</version>
     <relativePath>../onboarding/pom.xml</relativePath>
   </parent>
 
       <scope>test</scope>
     </dependency>
 
-    <dependency>
-      <groupId>org.testng</groupId>
-      <artifactId>testng</artifactId>
-      <version>${testng.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.github.testng-team</groupId>
-      <artifactId>testng-junit5</artifactId>
-      <version>0.0.1</version>
-      <scope>test</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>org.junit.platform</groupId>
-          <artifactId>junit-platform-engine</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-
     <dependency>
       <groupId>com.google.code.bean-matchers</groupId>
       <artifactId>bean-matchers</artifactId>
@@ -95,7 +76,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>${mvn.jar.version}</version>
       </plugin>
     </plugins>
   </build>
     <module>/tools/swagger-ui</module>
     <module>/tools/zusammen-tools</module>
     <module>/backend</module>
+    <module>/dist</module>
   </modules>
 
   <profiles>