Update version to 1.13.6-SNAPSHOT
[sdc.git] / openecomp-be / lib / openecomp-tosca-converter-lib / openecomp-tosca-converter-core / pom.xml
index 5737014..8e50a85 100644 (file)
     </dependency>
     <dependency>
       <groupId>org.openecomp.sdc.be</groupId>
-      <artifactId>common-be</artifactId>
+      <artifactId>common-be-tests-utils</artifactId>
       <version>${project.version}</version>
-      <type>test-jar</type>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.eclipse.jetty</groupId>
+          <artifactId>jetty-server</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.eclipse.jetty</groupId>
+          <artifactId>jetty-servlet</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.jmockit</groupId>
-      <artifactId>jmockit</artifactId>
-      <version>${jmockit.version}</version>
-      <scope>test</scope>
+      <groupId>javax.validation</groupId>
+      <artifactId>validation-api</artifactId>
+      <version>${javax.validation.version}</version>
     </dependency>
   </dependencies>
 
   <parent>
     <groupId>org.openecomp.sdc</groupId>
     <artifactId>openecomp-tosca-converter-lib</artifactId>
-    <version>1.8.2-SNAPSHOT</version>
+    <version>1.13.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>openecomp-tosca-converter-core</artifactId>
@@ -67,4 +79,4 @@
       </testResource>
     </testResources>
   </build>
-</project>
\ No newline at end of file
+</project>