From d57f64cca48edb60a6b83daf05198f17e465fbbd 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 (cherry picked from commit 0539878063506ceba2a165869f5651f29437a47c) --- 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 869b6d0bb8..e6a5544014 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -136,7 +136,7 @@ org.osgi - org.osgi.core + osgi.core org.osgi diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index a5646fcc39..c969cf136b 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 26fd56513b..5aef6643a8 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 407cb644ed..2fdc688800 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 a944b33026..f85297ee25 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 af16e22914..8d24671b68 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 a226b57822..05856b32b5 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 46e068e1ef..aa8323e30f 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