From 836bd90e99887e4d92edb0528dc69a693a13512b Mon Sep 17 00:00:00 2001 From: ajay_dp001 Date: Mon, 24 Aug 2020 12:54:04 +0530 Subject: AAI-Simulator: Pulling from PNF-SW-UP CSIT to Integration repo Issue-ID: INT-1704 Signed-off-by: ajay_dp001 Change-Id: Ifc6a71f8303d3b27b40650dea5564365b08b1372 Signed-off-by: mrichomme --- test/mocks/aai-simulator/common/pom.xml | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 test/mocks/aai-simulator/common/pom.xml (limited to 'test/mocks/aai-simulator/common/pom.xml') diff --git a/test/mocks/aai-simulator/common/pom.xml b/test/mocks/aai-simulator/common/pom.xml new file mode 100755 index 000000000..ae13363de --- /dev/null +++ b/test/mocks/aai-simulator/common/pom.xml @@ -0,0 +1,38 @@ + + 4.0.0 + + org.onap.aai-simulator + aai-simulator + 1.0-SNAPSHOT + + common + + 2.5.1 + 0.8.6 + + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-tomcat + + + compile + + + nl.jqno.equalsverifier + equalsverifier + ${version.equalsverifier} + test + + + com.openpojo + openpojo + ${version.openpojo} + + + \ No newline at end of file -- cgit 1.2.3-korg