summaryrefslogtreecommitdiffstats
path: root/so-cnfm/pom.xml
diff options
context:
space:
mode:
authorwaqas.ikram <waqas.ikram@est.tech>2023-01-20 11:54:50 +0000
committerwaqas.ikram <waqas.ikram@est.tech>2023-01-20 11:55:02 +0000
commit636794685ae4ff2a5f802fbffdffabbe6bcae164 (patch)
tree7246d6a9bc4209567db458f59083b3df64f29246 /so-cnfm/pom.xml
parentb8f3420c8d44400436337d36988a1f7610e4b9a5 (diff)
Adding SO CNFM LCM Api module
Change-Id: I225b59b00eba3b0aeec74abaa1ecd4afe1dc0512 Issue-ID: SO-4068 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
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