blob: 2d6ed0810b3cd791c6b9dc4987eddec6581cbe30 [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>
AviZi280f8012017-06-09 02:39:56 +030013 <relativePath>..</relativePath>
Michael Landof5f13c42017-02-19 12:35:04 +020014 </parent>
15
Michael Landof5f13c42017-02-19 12:35:04 +020016 <dependencies>
17 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053018 <groupId>org.onap.sdc.common</groupId>
19 <artifactId>onap-configuration-management-core</artifactId>
vempo494e4422018-07-18 17:10:01 +030020 <version>${project.version}</version>
shrek2000c8a540b2017-09-11 15:45:37 +030021 <scope>runtime</scope>
shrek2000c8a540b2017-09-11 15:45:37 +030022 </dependency>
23 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053024 <groupId>org.onap.sdc.common</groupId>
25 <artifactId>onap-tosca-datatype</artifactId>
vempo494e4422018-07-18 17:10:01 +030026 <version>${project.version}</version>
Avi Zivb8e2faf2017-07-18 19:45:38 +030027 </dependency>
28 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030029 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020030 <artifactId>openecomp-utilities-lib</artifactId>
31 <version>${project.version}</version>
32 </dependency>
33 <dependency>
34 <groupId>org.openecomp.sdc</groupId>
35 <artifactId>openecomp-sdc-datatypes-lib</artifactId>
36 <version>${project.version}</version>
37 </dependency>
38 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030039 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020040 <artifactId>openecomp-common-lib</artifactId>
41 <version>${project.version}</version>
42 </dependency>
43 <dependency>
44 <groupId>ch.qos.logback</groupId>
45 <artifactId>logback-classic</artifactId>
AviZi280f8012017-06-09 02:39:56 +030046 <version>${logback.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020047 </dependency>
48 <dependency>
49 <groupId>junit</groupId>
50 <artifactId>junit</artifactId>
AviZi280f8012017-06-09 02:39:56 +030051 <version>${junit.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020052 <scope>test</scope>
53 </dependency>
54 <dependency>
55 <groupId>org.openecomp.sdc</groupId>
56 <artifactId>openecomp-sdc-validation-api</artifactId>
57 <version>${project.version}</version>
58 </dependency>
59 </dependencies>
60
shrikantawachar9a699252018-04-06 11:07:00 +053061
shrek2000c8a540b2017-09-11 15:45:37 +030062
AviZi280f8012017-06-09 02:39:56 +030063</project>