blob: f04b243dbed877a612b6badf912cbf2576d53983 [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5
6 <parent>
7 <artifactId>openecomp-sdc-lib</artifactId>
8 <groupId>org.openecomp.sdc</groupId>
Michael Landoebd7c8f2017-03-15 20:38:00 +02009 <version>1.1.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020010 </parent>
11
12 <artifactId>openecomp-heat-lib</artifactId>
Michael Landoefa037d2017-02-19 12:57:33 +020013
Michael Landof5f13c42017-02-19 12:35:04 +020014 <name>openecomp-heat-lib</name>
15
16 <dependencies>
17 <dependency>
18 <groupId>org.yaml</groupId>
19 <artifactId>snakeyaml</artifactId>
20 <version>1.17</version>
21 <scope>test</scope>
22 </dependency>
23 <dependency>
Michael Landoefa037d2017-02-19 12:57:33 +020024 <groupId>org.openecomp.sdc</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020025 <artifactId>openecomp-utilities-lib</artifactId>
26 <version>${project.version}</version>
27 </dependency>
28 <dependency>
29 <groupId>org.openecomp.sdc</groupId>
30 <artifactId>openecomp-sdc-datatypes-lib</artifactId>
31 <version>${project.version}</version>
32 </dependency>
33 <dependency>
Michael Landoefa037d2017-02-19 12:57:33 +020034 <groupId>org.openecomp.sdc</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020035 <artifactId>openecomp-common-lib</artifactId>
36 <version>${project.version}</version>
37 </dependency>
38 <dependency>
39 <groupId>ch.qos.logback</groupId>
40 <artifactId>logback-classic</artifactId>
41 <version>1.1.2</version>
42 </dependency>
43 <dependency>
44 <groupId>junit</groupId>
45 <artifactId>junit</artifactId>
46 <version>RELEASE</version>
47 <scope>test</scope>
48 </dependency>
49 <dependency>
50 <groupId>org.openecomp.sdc</groupId>
51 <artifactId>openecomp-sdc-validation-api</artifactId>
52 <version>${project.version}</version>
53 </dependency>
54 </dependencies>
55
56
57
58
59</project>