From 1c955fe5f3cc766b0a9de836488a55f6ac4708c3 Mon Sep 17 00:00:00 2001 From: "LaMont, William(wl2432)" Date: Tue, 12 May 2020 13:47:18 -0400 Subject: aai-common support for v20 Issue-ID: AAI-2904 Change-Id: I6dca2f785882b38ca2b2474a11affaa0328c003a Signed-off-by: LaMont, William(wl2432) --- aai-failover/pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 aai-failover/pom.xml (limited to 'aai-failover/pom.xml') diff --git a/aai-failover/pom.xml b/aai-failover/pom.xml new file mode 100644 index 00000000..f03e3b8d --- /dev/null +++ b/aai-failover/pom.xml @@ -0,0 +1,36 @@ + + + + org.onap.aai.aai-common + aai-parent + 1.7.0-SNAPSHOT + ../aai-parent/pom.xml + + 4.0.0 + + aai-failover + + + + + org.onap.aai.logging-service + common-logging + + + org.springframework + spring-context + + + org.springframework + spring-aspects + ${spring.version} + + + org.aspectj + aspectjrt + 1.9.1 + + + -- cgit 1.2.3-korg