Update version to 1.13.4
[sdc.git] / openecomp-be / lib / openecomp-sdc-model-lib / openecomp-sdc-model-api / pom.xml
index 9860f0b..bd64565 100644 (file)
@@ -9,7 +9,7 @@
      <parent>
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>openecomp-sdc-model-lib</artifactId>
-        <version>1.8.1-SNAPSHOT</version>
+        <version>1.13.4-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>
 
     </dependencies>