blob: 95a6ce7c450c31b3125632549ee23893e55c24b1 [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 <artifactId>openecomp-sdc-lib</artifactId>
7 <groupId>org.openecomp.sdc</groupId>
Michael Landoebd7c8f2017-03-15 20:38:00 +02008 <version>1.1.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +02009 </parent>
10
Michael Landoefa037d2017-02-19 12:57:33 +020011
Michael Landof5f13c42017-02-19 12:35:04 +020012 <artifactId>openecomp-core-lib</artifactId>
13 <name>openecomp-core-lib</name>
14
15 <packaging>pom</packaging>
16
17 <modules>
18 <module>/openecomp-facade-lib</module>
19 <module>/openecomp-nosqldb-lib</module>
20 <module>/openecomp-utilities-lib</module>
21 <module>/openecomp-config-lib</module>
22 </modules>
23</project>