blob: 9c2d5395b980ec89d3f818007baa7c74a150891d [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>
siddharth09052b7766d2018-09-20 10:00:37 +030017 <groupId>org.projectlombok</groupId>
18 <artifactId>lombok</artifactId>
19 </dependency>
20 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053021 <groupId>org.onap.sdc.common</groupId>
22 <artifactId>onap-configuration-management-core</artifactId>
vempo494e4422018-07-18 17:10:01 +030023 <version>${project.version}</version>
shrek2000c8a540b2017-09-11 15:45:37 +030024 <scope>runtime</scope>
shrek2000c8a540b2017-09-11 15:45:37 +030025 </dependency>
26 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053027 <groupId>org.onap.sdc.common</groupId>
28 <artifactId>onap-tosca-datatype</artifactId>
vempo494e4422018-07-18 17:10:01 +030029 <version>${project.version}</version>
Avi Zivb8e2faf2017-07-18 19:45:38 +030030 </dependency>
31 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030032 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020033 <artifactId>openecomp-utilities-lib</artifactId>
34 <version>${project.version}</version>
35 </dependency>
36 <dependency>
37 <groupId>org.openecomp.sdc</groupId>
38 <artifactId>openecomp-sdc-datatypes-lib</artifactId>
39 <version>${project.version}</version>
40 </dependency>
41 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030042 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020043 <artifactId>openecomp-common-lib</artifactId>
44 <version>${project.version}</version>
45 </dependency>
46 <dependency>
47 <groupId>ch.qos.logback</groupId>
48 <artifactId>logback-classic</artifactId>
AviZi280f8012017-06-09 02:39:56 +030049 <version>${logback.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020050 </dependency>
51 <dependency>
52 <groupId>junit</groupId>
53 <artifactId>junit</artifactId>
AviZi280f8012017-06-09 02:39:56 +030054 <version>${junit.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020055 <scope>test</scope>
56 </dependency>
57 <dependency>
58 <groupId>org.openecomp.sdc</groupId>
59 <artifactId>openecomp-sdc-validation-api</artifactId>
60 <version>${project.version}</version>
61 </dependency>
62 </dependencies>
63
shrikantawachar9a699252018-04-06 11:07:00 +053064
shrek2000c8a540b2017-09-11 15:45:37 +030065
AviZi280f8012017-06-09 02:39:56 +030066</project>