blob: e62bd1d7c22753ceab62b3737d3ebb5e1401f5a2 [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 <packaging>pom</packaging>
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 <name>openecomp-sdc-model-lib</name>
13 <artifactId>openecomp-sdc-model-lib</artifactId>
14
15 <modules>
16 <module>openecomp-sdc-model-api</module>
17 <module>openecomp-sdc-model-core</module>
18 <module>openecomp-sdc-model-impl</module>
19 </modules>
20
21 <dependencies>
22 <dependency>
23 <groupId>org.openecomp.sdc</groupId>
24 <artifactId>openecomp-sdc-model-api</artifactId>
25 <version>${project.version}</version>
26 </dependency>
27 <dependency>
28 <groupId>org.openecomp.sdc</groupId>
29 <artifactId>openecomp-sdc-model-core</artifactId>
30 <version>${project.version}</version>
31 </dependency>
32 <dependency>
33 <groupId>org.openecomp.sdc</groupId>
34 <artifactId>openecomp-sdc-model-impl</artifactId>
35 <version>${project.version}</version>
36 </dependency>
37 <!--dependency>
38 <groupId>org.openecomp.core</groupId>
39 <artifactId>openecomp-common-lib</artifactId>
40 <version>${project.version}</version>
41 </dependency-->
42 </dependencies>
43</project>