From 6514e3bded45ec57f5157afc6d2833fb4e40f271 Mon Sep 17 00:00:00 2001 From: "Mnushkin, Dmitry" Date: Mon, 21 Oct 2019 09:25:56 -0400 Subject: Add so-simulator project contribute simulator to onap project Issue-ID: SO-2463 Signed-off-by: Benjamin, Max (mb388a) Change-Id: I0a3a71fdeb47cbbd686830045a8bc40769102a29 --- so-simulator/pom.xml | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 so-simulator/pom.xml (limited to 'so-simulator/pom.xml') diff --git a/so-simulator/pom.xml b/so-simulator/pom.xml new file mode 100644 index 0000000000..49e02e3d68 --- /dev/null +++ b/so-simulator/pom.xml @@ -0,0 +1,91 @@ + + + + + org.onap.so + so + 1.4.0-SNAPSHOT + + 4.0.0 + so-simulator + org.onap.so + jar + + + UTF-8 + UTF-8 + 1.1.0 + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter + + + + com.consol.citrus + citrus-simulator-starter + ${citrus.simulator.version} + + + com.consol.citrus + citrus-simulator-ui + ${citrus.simulator.version} + + + org.onap.so + common + ${project.version} + + + com.consol.citrus + citrus-ws + 2.7.8 + + + + + + + maven-compiler-plugin + 3.7.0 + + ${project.build.sourceEncoding} + 1.8 + 1.8 + + + + org.springframework.boot + spring-boot-maven-plugin + ${springboot.version} + + org.onap.so.simulator.Simulator + + + + + repackage + + + + + + io.fabric8 + fabric8-maven-plugin + + + start + + + + + + + -- cgit 1.2.3-korg