From e763fd0a55a5bfcabd8661049c7733da4a254fb8 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 9 May 2021 22:24:19 +0200 Subject: [PATCH] Migrate osgi.core references OSGi R7's core artifact has been renamed, use that as the dependency. Change-Id: Idbf50537a9e2f9ea9a486d2bb76f37752caa496e Signed-off-by: Robert Varga --- netconf/mdsal-netconf-ssh/pom.xml | 2 +- restconf/sal-rest-docgen/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netconf/mdsal-netconf-ssh/pom.xml b/netconf/mdsal-netconf-ssh/pom.xml index cdc6e70097..ff5effa3f5 100644 --- a/netconf/mdsal-netconf-ssh/pom.xml +++ b/netconf/mdsal-netconf-ssh/pom.xml @@ -48,7 +48,7 @@ org.osgi - org.osgi.core + osgi.core diff --git a/restconf/sal-rest-docgen/pom.xml b/restconf/sal-rest-docgen/pom.xml index fa885ce636..f016d3a6fe 100644 --- a/restconf/sal-rest-docgen/pom.xml +++ b/restconf/sal-rest-docgen/pom.xml @@ -87,7 +87,7 @@ org.osgi - org.osgi.core + osgi.core -- 2.36.6