blob: 0943008f3622a7263b491edbbfa1c745e5740bcc [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>
Michael Landob5fc68f2018-11-15 13:36:12 +020012 <version>1.4.0-SNAPSHOT</version>
talig8e9c0652017-12-20 14:30:43 +020013 </parent>
14
15 <modules>
16 <module>openecomp-sdc-notification-api</module>
17 <module>openecomp-sdc-notification-core</module>
18 <module>openecomp-sdc-notification-worker</module>
19 <module>openecomp-sdc-notification-websocket</module>
20 </modules>
21
22</project>