blob: a1659d0201ea9074a6b151012c4904b54e534309 [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 <parent>
6 <groupId>org.openecomp.sdc</groupId>
7 <artifactId>openecomp-sdc-lib</artifactId>
Michael Landoebd7c8f2017-03-15 20:38:00 +02008 <version>1.1.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +02009 <relativePath>../..</relativePath>
10 </parent>
11
12 <name>openecomp-sdc-model-api</name>
13 <artifactId>openecomp-sdc-model-api</artifactId>
14
15 <dependencies>
16 <dependency>
Michael Landoefa037d2017-02-19 12:57:33 +020017 <groupId>org.openecomp.sdc</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020018 <artifactId>openecomp-facade-core</artifactId>
19 <version>${project.version}</version>
20 </dependency>
21 <dependency>
22 <groupId>org.openecomp.sdc</groupId>
23 <artifactId>openecomp-sdc-validation-api</artifactId>
24 <version>${project.version}</version>
25 </dependency>
26 <dependency>
27 <groupId>org.openecomp.sdc</groupId>
28 <artifactId>openecomp-sdc-versioning-core</artifactId>
29 <version>${project.version}</version>
30 </dependency>
31 <dependency>
32 <groupId>io.swagger</groupId>
33 <artifactId>swagger-annotations</artifactId>
34 <version>1.5.3</version>
35 </dependency>
36 <dependency>
Michael Landoefa037d2017-02-19 12:57:33 +020037 <groupId>org.openecomp.sdc</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020038 <artifactId>openecomp-heat-lib</artifactId>
39 <version>${project.version}</version>
40 </dependency>
41 <dependency>
Michael Landoefa037d2017-02-19 12:57:33 +020042 <groupId>org.openecomp.sdc</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020043 <artifactId>openecomp-tosca-lib</artifactId>
44 <version>${project.version}</version>
45 </dependency>
46
47 </dependencies>
48
49</project>