SDC pipeline fails during docker build
[sdc.git] / openecomp-be / backend / openecomp-sdc-vendor-license-manager / pom.xml
index 18864a8..993b51a 100644 (file)
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>backend</artifactId>
     <groupId>org.openecomp.sdc</groupId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.13.7-SNAPSHOT</version>
   </parent>
 
   <dependencies>
       <groupId>org.openecomp.sdc</groupId>
       <artifactId>openecomp-sdc-vendor-software-product-manager</artifactId>
       <version>${project.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-core</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.dataformat</groupId>