blob: c974bc9773ba2ed9087e723409876ef7ad55c18e [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>
MichaelMorris53aed702021-09-28 16:08:53 +010012 <version>1.10.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>