From 02013b33111f0b51d07c80c89f4d5d08b60b2099 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 4 Feb 2021 16:36:06 -0500 Subject: Update for ODL Aluminum Update A1 adapter to conform to OpenDaylight Aluminum. Issue-ID: CCSDK-3138 Signed-off-by: Dan Timoney Change-Id: I1dbda465c93ca8d4da532764b36c9ffb41fc7a9a --- .../OSGI-INF/blueprint/impl-blueprint.xml | 46 ---------------------- .../org/opendaylight/blueprint/impl-blueprint.xml | 6 +-- 2 files changed, 2 insertions(+), 50 deletions(-) delete mode 100644 a1-adapter/a1-adapter-api/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml (limited to 'a1-adapter/a1-adapter-api/provider/src/main/resources') diff --git a/a1-adapter/a1-adapter-api/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml b/a1-adapter/a1-adapter-api/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml deleted file mode 100644 index 28dfb5e4..00000000 --- a/a1-adapter/a1-adapter-api/provider/src/main/resources/OSGI-INF/blueprint/impl-blueprint.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/a1-adapter/a1-adapter-api/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml b/a1-adapter/a1-adapter-api/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml index 28dfb5e4..825ecc17 100644 --- a/a1-adapter/a1-adapter-api/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml +++ b/a1-adapter/a1-adapter-api/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml @@ -31,11 +31,9 @@ + interface="org.opendaylight.mdsal.binding.api.NotificationPublishService" /> - + -- cgit 1.2.3-korg