Update version to 1.13.6-SNAPSHOT
[sdc.git] / openecomp-be / lib / openecomp-tosca-converter-lib / openecomp-tosca-converter-core / pom.xml
index 55b7f46..8e50a85 100644 (file)
           <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>
@@ -48,7 +56,7 @@
   <parent>
     <groupId>org.openecomp.sdc</groupId>
     <artifactId>openecomp-tosca-converter-lib</artifactId>
-    <version>1.11.0-SNAPSHOT</version>
+    <version>1.13.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>openecomp-tosca-converter-core</artifactId>
@@ -71,4 +79,4 @@
       </testResource>
     </testResources>
   </build>
-</project>
\ No newline at end of file
+</project>