From 1d9a4a6444f1a192ae69aa1f9c5df908c34ad164 Mon Sep 17 00:00:00 2001 From: rokenny Date: Tue, 9 Apr 2019 20:34:44 +0000 Subject: Added VNFM Simulator project Change-Id: I9b84164dc189128eed8d09b6ce69fc5d5fd78348 Issue-ID: SO-1618 Signed-off-by: rokenny --- vnfm-simulator/pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 vnfm-simulator/pom.xml (limited to 'vnfm-simulator/pom.xml') diff --git a/vnfm-simulator/pom.xml b/vnfm-simulator/pom.xml new file mode 100644 index 0000000000..3923a3e9ec --- /dev/null +++ b/vnfm-simulator/pom.xml @@ -0,0 +1,43 @@ + + 4.0.0 + + org.onap.so + so + 1.4.0-SNAPSHOT + + + org.onap.so.vnfm + vnfm-simulator + 1.4.0-SNAPSHOT + pom + ${project.artifactId} + + + 2.0.5.RELEASE + 1.8 + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${version.java.compiler} + ${version.java.compiler} + + + + + + + vnfm-api + vnfm-service + + \ No newline at end of file -- cgit 1.2.3-korg