blob: a3d187f1760e683ee73b1b26fa32fa207ee954d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.so.so-admin-cockpit</groupId>
<artifactId>so-admin-cockpit</artifactId>
<version>1.7.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.so.so-admin-cockpit.monitoring.workflow</groupId>
<artifactId>so-admin-cockpit-monitoring-workflow</artifactId>
<packaging>pom</packaging>
<name>SO Admin Cockpit Monitoring Workflow</name>
<modules>
<module>so-admin-cockpit-monitoring-workflow-ui</module>
<module>so-admin-cockpit-monitoring-workflow-handler</module>
<module>so-admin-cockpit-monitoring-workflow-service</module>
</modules>
</project>
|