blob: bbe79b62b99ae3d07a8cec9f6277967054e1e8d0 [file] [log] [blame]
AviZi280f8012017-06-09 02:39:56 +03001<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xmlns="http://maven.apache.org/POM/4.0.0"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5
6 <artifactId>openecomp-sdc-validation-sdk</artifactId>
7
8 <parent>
9 <groupId>org.openecomp.sdc</groupId>
10 <artifactId>openecomp-sdc-lib</artifactId>
11 <version>1.1.0-SNAPSHOT</version>
12 <relativePath>../..</relativePath>
13 </parent>
14
15 <dependencies>
16 <dependency>
17 <groupId>org.openecomp.sdc</groupId>
18 <artifactId>openecomp-sdc-logging-core</artifactId>
19 <version>${project.version}</version>
20 </dependency>
21 <dependency>
22 <groupId>org.testng</groupId>
23 <artifactId>testng</artifactId>
24 <version>${testng.version}</version>
25 <scope>provided</scope>
26 </dependency>
27 <dependency>
28 <groupId>org.openecomp.sdc</groupId>
29 <artifactId>openecomp-sdc-validation-api</artifactId>
30 <version>${project.version}</version>
31 </dependency>
32 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030033 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +030034 <artifactId>openecomp-heat-lib</artifactId>
35 <version>${project.version}</version>
36 </dependency>
37 <dependency>
38 <groupId>commons-io</groupId>
39 <artifactId>commons-io</artifactId>
40 <version>${commons.io.version}</version>
41 </dependency>
42 </dependencies>
43
44
45</project>