blob: 2c8726e80222e21d4bea943501be950e1b75e242 [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
AviZi280f8012017-06-09 02:39:56 +03005 <groupId>org.openecomp.core</groupId>
6 <name>openecomp-core-lib</name>
7 <artifactId>openecomp-core-lib</artifactId>
8 <packaging>pom</packaging>
9
Michael Landof5f13c42017-02-19 12:35:04 +020010 <parent>
11 <artifactId>openecomp-sdc-lib</artifactId>
12 <groupId>org.openecomp.sdc</groupId>
Michael Landoebd7c8f2017-03-15 20:38:00 +020013 <version>1.1.0-SNAPSHOT</version>
AviZi280f8012017-06-09 02:39:56 +030014 <relativePath>..</relativePath>
Michael Landof5f13c42017-02-19 12:35:04 +020015 </parent>
16
Michael Landof5f13c42017-02-19 12:35:04 +020017 <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>
AviZi280f8012017-06-09 02:39:56 +030022 <module>/openecomp-zusammen-lib</module>
Michael Landof5f13c42017-02-19 12:35:04 +020023 </modules>
AviZi280f8012017-06-09 02:39:56 +030024</project>