aboutsummaryrefslogtreecommitdiffstats
path: root/plans/so/integration-etsi-testing/so-simulators/vnfm-simulator/pom.xml
diff options
context:
space:
mode:
authorAndrewLamb <andrew.a.lamb@est.tech>2019-10-03 12:02:53 +0100
committerAndrewLamb <andrew.a.lamb@est.tech>2019-10-04 15:38:16 +0100
commitfa9bb10f04035acb0621dd0f0a204b97cdd002fb (patch)
treefa2a7a52b534ffc159be4978b722d676f7943aa6 /plans/so/integration-etsi-testing/so-simulators/vnfm-simulator/pom.xml
parent72b4bc7eb109847c023ffed5d26b0a832730dea5 (diff)
Move the VNFM Simulator into CSIT
Change-Id: I7335be1a0adb033813fa5405526e95460134d9a6 Issue-ID: SO-1952 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
Diffstat (limited to 'plans/so/integration-etsi-testing/so-simulators/vnfm-simulator/pom.xml')
-rw-r--r--plans/so/integration-etsi-testing/so-simulators/vnfm-simulator/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/plans/so/integration-etsi-testing/so-simulators/vnfm-simulator/pom.xml b/plans/so/integration-etsi-testing/so-simulators/vnfm-simulator/pom.xml
new file mode 100644
index 00000000..9c6d8f86
--- /dev/null
+++ b/plans/so/integration-etsi-testing/so-simulators/vnfm-simulator/pom.xml
@@ -0,0 +1,20 @@
+<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.onap.so.simulators</groupId>
+ <artifactId>so-simulators</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.onap.so.simulators.vnfm</groupId>
+ <artifactId>vnfm-simulator</artifactId>
+
+ <packaging>pom</packaging>
+ <name>${project.artifactId}</name>
+
+ <modules>
+ <module>vnfm-api</module>
+ <module>vnfm-service</module>
+ </modules>
+</project> \ No newline at end of file