diff options
Diffstat (limited to 'so-admin-cockpit-monitoring-workflow/pom.xml')
-rw-r--r-- | so-admin-cockpit-monitoring-workflow/pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/so-admin-cockpit-monitoring-workflow/pom.xml b/so-admin-cockpit-monitoring-workflow/pom.xml new file mode 100644 index 0000000..a3d187f --- /dev/null +++ b/so-admin-cockpit-monitoring-workflow/pom.xml @@ -0,0 +1,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>
\ No newline at end of file |