Update version to 1.13.6-SNAPSHOT
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-api / pom.xml
index 660eaff..5ddd50d 100644 (file)
@@ -25,9 +25,8 @@
 
     <parent>
         <groupId>org.openecomp.sdc</groupId>
-        <artifactId>openecomp-sdc-lib</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
-        <relativePath>../..</relativePath>
+        <artifactId>openecomp-sdc-translator-lib</artifactId>
+        <version>1.13.6-SNAPSHOT</version>
     </parent>
 
     <dependencies>
             <groupId>org.openecomp.sdc.core</groupId>
             <artifactId>openecomp-tosca-lib</artifactId>
             <version>${project.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.onap.sdc.common</groupId>