From 0539878063506ceba2a165869f5651f29437a47c Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 5 May 2021 11:24:52 +0200 Subject: [PATCH] Migrate osgi.core reference OSGi core artifact was renamed for Release 7, update references to eliminate dependency on OSGi R6. Change-Id: I1e51f5bd82e15e3cefb7dad637e0e771abcefcea Signed-off-by: Robert Varga --- docs/pom.xml | 2 +- opendaylight/blueprint/pom.xml | 2 +- opendaylight/md-sal/mdsal-it-base/pom.xml | 2 +- opendaylight/md-sal/mdsal-it-parent/pom.xml | 2 +- opendaylight/md-sal/sal-akka-raft/pom.xml | 2 +- opendaylight/md-sal/sal-distributed-datastore/pom.xml | 2 +- opendaylight/md-sal/samples/toaster-consumer/pom.xml | 2 +- opendaylight/md-sal/samples/toaster-provider/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index e6417653ce..d07b43416d 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -114,7 +114,7 @@ org.osgi - org.osgi.core + osgi.core org.osgi diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 9fcb16e5f4..923d79d643 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -80,7 +80,7 @@ org.osgi - org.osgi.core + osgi.core org.osgi diff --git a/opendaylight/md-sal/mdsal-it-base/pom.xml b/opendaylight/md-sal/mdsal-it-base/pom.xml index dc3dbe8cce..6a5374b515 100644 --- a/opendaylight/md-sal/mdsal-it-base/pom.xml +++ b/opendaylight/md-sal/mdsal-it-base/pom.xml @@ -104,7 +104,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.osgi - org.osgi.core + osgi.core compile diff --git a/opendaylight/md-sal/mdsal-it-parent/pom.xml b/opendaylight/md-sal/mdsal-it-parent/pom.xml index 6d7b89f868..0d509bd6a0 100644 --- a/opendaylight/md-sal/mdsal-it-parent/pom.xml +++ b/opendaylight/md-sal/mdsal-it-parent/pom.xml @@ -91,7 +91,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.osgi - org.osgi.core + osgi.core junit diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 10309bf620..2726e8ca20 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -34,7 +34,7 @@ org.osgi - org.osgi.core + osgi.core diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index 0c59747b77..02a6b276c7 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -21,7 +21,7 @@ org.osgi - org.osgi.core + osgi.core org.osgi diff --git a/opendaylight/md-sal/samples/toaster-consumer/pom.xml b/opendaylight/md-sal/samples/toaster-consumer/pom.xml index 8a4279e632..c0fa205b0c 100644 --- a/opendaylight/md-sal/samples/toaster-consumer/pom.xml +++ b/opendaylight/md-sal/samples/toaster-consumer/pom.xml @@ -27,7 +27,7 @@ org.osgi - org.osgi.core + osgi.core diff --git a/opendaylight/md-sal/samples/toaster-provider/pom.xml b/opendaylight/md-sal/samples/toaster-provider/pom.xml index f2fc861fcf..af0fc2981d 100644 --- a/opendaylight/md-sal/samples/toaster-provider/pom.xml +++ b/opendaylight/md-sal/samples/toaster-provider/pom.xml @@ -27,7 +27,7 @@ org.osgi - org.osgi.core + osgi.core -- 2.36.6