summaryrefslogtreecommitdiffstats
path: root/so-cnfm/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'so-cnfm/pom.xml')
-rw-r--r--so-cnfm/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/so-cnfm/pom.xml b/so-cnfm/pom.xml
new file mode 100644
index 0000000..4f2f1de
--- /dev/null
+++ b/so-cnfm/pom.xml
@@ -0,0 +1,15 @@
+<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.adapters.so-cnf-adapter</groupId>
+ <artifactId>so-cnf-adapter</artifactId>
+ <version>1.9.0-SNAPSHOT</version>
+ </parent>
+ <artifactId>so-cnfm</artifactId>
+ <packaging>pom</packaging>
+ <name>SO CNFM (Cloud-Native Network Function Manager)</name>
+ <modules>
+ <module>so-cnfm-lcm</module>
+ </modules>
+</project> \ No newline at end of file