blob: c5f936366bb92149711829e1288d1543e5fdc0d1 [file] [log] [blame]
AviZi280f8012017-06-09 02:39:56 +03001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <dependencies>
7 <dependency>
8 <groupId>org.openecomp.sdc</groupId>
9 <artifactId>openecomp-sdc-healing-api</artifactId>
10 <version>1.0-SNAPSHOT</version>
11 </dependency>
12 <dependency>
13 <groupId>org.openecomp.sdc</groupId>
14 <artifactId>openecomp-sdc-vendor-software-product-api</artifactId>
15 <version>1.0-SNAPSHOT</version>
16 </dependency>
17 <dependency>
18 <groupId>org.openecomp.sdc</groupId>
19 <artifactId>openecomp-sdc-vendor-software-product-core</artifactId>
20 <version>1.0-SNAPSHOT</version>
21 <scope>runtime</scope>
22 </dependency>
23 </dependencies>
24
25 <parent>
26 <groupId>org.openecomp.sdc</groupId>
27 <artifactId>openecomp-healing-lib</artifactId>
28 <version>1.0-SNAPSHOT</version>
29 </parent>
30
31 <groupId>org.openecomp.sdc</groupId>
32 <artifactId>openecomp-sdc-healing-impl</artifactId>
33 <version>1.0-SNAPSHOT</version>
34
35
36</project>