From 56c27daf1656fd6436f8c818c771cf803079e1ea Mon Sep 17 00:00:00 2001 From: Michael DÜrre Date: Mon, 18 Jan 2021 05:41:16 +0100 Subject: migrate sli to alu-SR1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit migrate ODL interfaces and fix code for changes in alu-SR1 Issue-ID: CCSDK-3089 Signed-off-by: Michael DÜrre Change-Id: Id48dcfc517585f2ce6b30047113cd1d173c3c9dc Signed-off-by: Michael DÜrre --- adaptors/aai-service/provider/pom.xml | 4 +++ .../OSGI-INF/blueprint/aaiservice-blueprint.xml | 39 ---------------------- 2 files changed, 4 insertions(+), 39 deletions(-) delete mode 100755 adaptors/aai-service/provider/src/main/resources/OSGI-INF/blueprint/aaiservice-blueprint.xml (limited to 'adaptors/aai-service/provider') diff --git a/adaptors/aai-service/provider/pom.xml b/adaptors/aai-service/provider/pom.xml index 11d04b1fe..fe963fd85 100755 --- a/adaptors/aai-service/provider/pom.xml +++ b/adaptors/aai-service/provider/pom.xml @@ -100,6 +100,10 @@ javax.xml.bind jaxb-api + + javax.annotation + javax.annotation-api + diff --git a/adaptors/aai-service/provider/src/main/resources/OSGI-INF/blueprint/aaiservice-blueprint.xml b/adaptors/aai-service/provider/src/main/resources/OSGI-INF/blueprint/aaiservice-blueprint.xml deleted file mode 100755 index 970936610..000000000 --- a/adaptors/aai-service/provider/src/main/resources/OSGI-INF/blueprint/aaiservice-blueprint.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - org.onap.ccsdk.sli.adaptors.aai.AAIService - org.onap.ccsdk.sli.adaptors.aai.AAIClient - - - - -- cgit 1.2.3-korg