From 76b550864cebf2bb122335592eb5b1bd3666296b Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Fri, 15 Jun 2018 13:06:16 -0400 Subject: [PATCH] Add explicit org.osgi.core dependency This was picked up transitively from config-api but that is going away. Change-Id: I5f8011adb96c82a1d69960bfe9e2d68aa45a1f96 Signed-off-by: Tom Pantelis --- applications/reconciliation-framework/pom.xml | 4 ++++ applications/southbound-cli/pom.xml | 4 ++++ drop-test-karaf/pom.xml | 4 ++++ openflowplugin-api/pom.xml | 4 ++++ openflowplugin-impl/pom.xml | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/applications/reconciliation-framework/pom.xml b/applications/reconciliation-framework/pom.xml index c95d16d45a..0ddba914a5 100644 --- a/applications/reconciliation-framework/pom.xml +++ b/applications/reconciliation-framework/pom.xml @@ -12,6 +12,10 @@ bundle + + org.osgi + org.osgi.core + junit junit diff --git a/applications/southbound-cli/pom.xml b/applications/southbound-cli/pom.xml index 58bbefc2a1..bb29493fa7 100644 --- a/applications/southbound-cli/pom.xml +++ b/applications/southbound-cli/pom.xml @@ -12,6 +12,10 @@ bundle + + org.osgi + org.osgi.core + junit junit diff --git a/drop-test-karaf/pom.xml b/drop-test-karaf/pom.xml index 551dd5e1c8..ba34bb93d7 100644 --- a/drop-test-karaf/pom.xml +++ b/drop-test-karaf/pom.xml @@ -14,6 +14,10 @@ scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git + + org.osgi + org.osgi.core + org.opendaylight.openflowplugin test-common diff --git a/openflowplugin-api/pom.xml b/openflowplugin-api/pom.xml index 4797f33e39..4dc7608aaf 100644 --- a/openflowplugin-api/pom.xml +++ b/openflowplugin-api/pom.xml @@ -13,6 +13,10 @@ bundle + + org.osgi + org.osgi.core + ${project.groupId}.model model-flow-service diff --git a/openflowplugin-impl/pom.xml b/openflowplugin-impl/pom.xml index 77cb555742..7a7fea80ad 100644 --- a/openflowplugin-impl/pom.xml +++ b/openflowplugin-impl/pom.xml @@ -13,6 +13,10 @@ bundle + + org.osgi + org.osgi.core + org.opendaylight.openflowplugin openflowplugin-api -- 2.36.6