From 0a33a29a9335c456117cae7afed0ed92385573f3 Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Tue, 23 Jul 2019 12:39:15 +0000 Subject: Creating infrastructure for aai simulator Change-Id: I73b15d50db8216e7fe3e2cade3b80fe645f363a9 Issue-ID: SO-1953 Signed-off-by: waqas.ikram --- .../so-simulators/aai-simulator/pom.xml | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 plans/so/integration-etsi-testing/so-simulators/aai-simulator/pom.xml (limited to 'plans/so/integration-etsi-testing/so-simulators/aai-simulator/pom.xml') diff --git a/plans/so/integration-etsi-testing/so-simulators/aai-simulator/pom.xml b/plans/so/integration-etsi-testing/so-simulators/aai-simulator/pom.xml new file mode 100644 index 00000000..1d1f8dba --- /dev/null +++ b/plans/so/integration-etsi-testing/so-simulators/aai-simulator/pom.xml @@ -0,0 +1,34 @@ + + 4.0.0 + + org.onap.so.simulators + so-simulators + 1.0-SNAPSHOT + + aai-simulator + + + + + org.springframework.boot + spring-boot-maven-plugin + + org.onap.so.aai.simulator.AaiSimulatorApplication + + + + + repackage + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + \ No newline at end of file -- cgit 1.2.3-korg