blob: 9dc0dcfd3e83beffee7b70b14310d739b25e152e [file] [log] [blame]
talig8e9c0652017-12-20 14:30:43 +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 <name>openecomp-sdc-notification-lib</name>
6 <artifactId>openecomp-sdc-notification-lib</artifactId>
7
8 <packaging>pom</packaging>
9 <parent>
10 <artifactId>openecomp-sdc-lib</artifactId>
11 <groupId>org.openecomp.sdc</groupId>
12 <version>1.2.0-SNAPSHOT</version>
13 <relativePath>..</relativePath>
14 </parent>
15
16 <modules>
17 <module>openecomp-sdc-notification-api</module>
18 <module>openecomp-sdc-notification-core</module>
19 <module>openecomp-sdc-notification-worker</module>
20 <module>openecomp-sdc-notification-websocket</module>
21 </modules>
22
23</project>