blob: 0d407e2ef6e95a66292089684dfb76bc740e177b [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
Michael Lando61f98d42017-06-09 04:54:54 +03005 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +03006 <name>openecomp-heat-lib</name>
7 <artifactId>openecomp-heat-lib</artifactId>
Michael Landof5f13c42017-02-19 12:35:04 +02008
9 <parent>
10 <artifactId>openecomp-sdc-lib</artifactId>
11 <groupId>org.openecomp.sdc</groupId>
Michael Landod8a0dea2018-06-02 19:23:27 +030012 <version>1.3.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020013 </parent>
14
Michael Landof5f13c42017-02-19 12:35:04 +020015 <dependencies>
16 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053017 <groupId>org.onap.sdc.common</groupId>
18 <artifactId>onap-configuration-management-core</artifactId>
vempo494e4422018-07-18 17:10:01 +030019 <version>${project.version}</version>
shrek2000c8a540b2017-09-11 15:45:37 +030020 <scope>runtime</scope>
shrek2000c8a540b2017-09-11 15:45:37 +030021 </dependency>
22 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053023 <groupId>org.onap.sdc.common</groupId>
24 <artifactId>onap-tosca-datatype</artifactId>
vempo494e4422018-07-18 17:10:01 +030025 <version>${project.version}</version>
Avi Zivb8e2faf2017-07-18 19:45:38 +030026 </dependency>
27 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030028 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020029 <artifactId>openecomp-utilities-lib</artifactId>
30 <version>${project.version}</version>
31 </dependency>
32 <dependency>
33 <groupId>org.openecomp.sdc</groupId>
34 <artifactId>openecomp-sdc-datatypes-lib</artifactId>
35 <version>${project.version}</version>
36 </dependency>
37 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030038 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020039 <artifactId>openecomp-common-lib</artifactId>
40 <version>${project.version}</version>
41 </dependency>
42 <dependency>
43 <groupId>ch.qos.logback</groupId>
44 <artifactId>logback-classic</artifactId>
AviZi280f8012017-06-09 02:39:56 +030045 <version>${logback.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020046 </dependency>
47 <dependency>
48 <groupId>junit</groupId>
49 <artifactId>junit</artifactId>
AviZi280f8012017-06-09 02:39:56 +030050 <version>${junit.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020051 <scope>test</scope>
52 </dependency>
53 <dependency>
54 <groupId>org.openecomp.sdc</groupId>
55 <artifactId>openecomp-sdc-validation-api</artifactId>
56 <version>${project.version}</version>
57 </dependency>
58 </dependencies>
59
shrikantawachar9a699252018-04-06 11:07:00 +053060
shrek2000c8a540b2017-09-11 15:45:37 +030061
AviZi280f8012017-06-09 02:39:56 +030062</project>