From afdeaf416ebe7e4715e2662018d766473b74bf2b Mon Sep 17 00:00:00 2001 From: "Pérez Caparrós David, INI-INO-ECO-HCT" Date: Sun, 9 Jun 2019 17:04:41 +0200 Subject: Add logic to delete resource also from AAI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Delete resources (AccessConnectivity, InternetProfile) from AAI in delete operation Issue-ID: SDNC-791 Signed-off-by: Pérez Caparrós David Change-Id: I4a3eb7880e3736656acf30342ac98aa84cd62afb Former-commit-id: 907ae4554256a7f01fe3b2ecd869dcd4dff6a01f --- SdncReports/SdncReportsApi/pom.xml | 4 ++-- SdncReports/SdncReportsDao/pom.xml | 4 ++-- SdncReports/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'SdncReports') diff --git a/SdncReports/SdncReportsApi/pom.xml b/SdncReports/SdncReportsApi/pom.xml index 9363761e..81dd2e90 100644 --- a/SdncReports/SdncReportsApi/pom.xml +++ b/SdncReports/SdncReportsApi/pom.xml @@ -4,12 +4,12 @@ jar SdncReportsApi org.onap.sdnc.oam - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT sdnc-oam :: SdncReports :: SdncReportsApi org.onap.sdnc.oam SdncReports - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT diff --git a/SdncReports/SdncReportsDao/pom.xml b/SdncReports/SdncReportsDao/pom.xml index ad422320..d863690b 100644 --- a/SdncReports/SdncReportsDao/pom.xml +++ b/SdncReports/SdncReportsDao/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.onap.sdnc.oam SdncReportsDao - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT jar sdnc-oam :: SdncReports :: SdncReportsDao @@ -11,7 +11,7 @@ org.onap.sdnc.oam SdncReports - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml index a03e5c80..491e449a 100644 --- a/SdncReports/pom.xml +++ b/SdncReports/pom.xml @@ -5,7 +5,7 @@ org.onap.sdnc.oam SdncReports - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT pom sdnc-oam :: SdncReports -- cgit