SDC pipeline fails during docker build
[sdc.git] / openecomp-be / lib / openecomp-healing-lib / openecomp-sdc-healing-core / pom.xml
index a01d79e..901ef61 100644 (file)
@@ -3,13 +3,12 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.openecomp.sdc</groupId>
     <artifactId>openecomp-sdc-healing-core</artifactId>
 
     <parent>
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>openecomp-healing-lib</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.13.7-SNAPSHOT</version>
     </parent>
 
     <dependencies>
             <artifactId>openecomp-sdc-validation-api</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.openecomp.sdc</groupId>
-            <artifactId>openecomp-sdc-vendor-software-product-api</artifactId>
-            <version>${project.version}</version>
-        </dependency>
     </dependencies>
 
 </project>