From 7964e8aa9b9748678f6dadfe7b0c17c936679351 Mon Sep 17 00:00:00 2001 From: Michael Dürre Date: Thu, 15 Aug 2024 10:04:54 +0200 Subject: migrate sdnr features to potassium MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit adapt features and poms for potassium-sr2 Issue-ID: CCSDK-4046 Change-Id: I67e8fc442811eca40c19f1f3777f1a36812d3e35 Signed-off-by: Michael Dürre --- sdnr/northbound/CMNotify/model/pom.xml | 6 +++++- sdnr/northbound/addCMHandle/model/pom.xml | 2 ++ sdnr/northbound/addCMHandle/provider/pom.xml | 2 ++ sdnr/northbound/oofpcipoc/model/pom.xml | 6 +++++- sdnr/northbound/ranSlice/model/pom.xml | 6 +++++- 5 files changed, 19 insertions(+), 3 deletions(-) (limited to 'sdnr/northbound') diff --git a/sdnr/northbound/CMNotify/model/pom.xml b/sdnr/northbound/CMNotify/model/pom.xml index 88345f697..c904b5740 100644 --- a/sdnr/northbound/CMNotify/model/pom.xml +++ b/sdnr/northbound/CMNotify/model/pom.xml @@ -40,7 +40,11 @@ org.opendaylight.mdsal.binding.model.ietf - rfc6991 + rfc6991-ietf-inet-types + + + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-yang-types diff --git a/sdnr/northbound/addCMHandle/model/pom.xml b/sdnr/northbound/addCMHandle/model/pom.xml index c34508fc3..408ada228 100644 --- a/sdnr/northbound/addCMHandle/model/pom.xml +++ b/sdnr/northbound/addCMHandle/model/pom.xml @@ -38,11 +38,13 @@ ccsdk-features :: sdnr-northbound :: ${project.artifactId} + org.opendaylight.mdsal mdsal-binding-dom-codec-api diff --git a/sdnr/northbound/addCMHandle/provider/pom.xml b/sdnr/northbound/addCMHandle/provider/pom.xml index 6c897ce11..b143173d8 100644 --- a/sdnr/northbound/addCMHandle/provider/pom.xml +++ b/sdnr/northbound/addCMHandle/provider/pom.xml @@ -79,11 +79,13 @@ netconf-dom-api provided + org.opendaylight.netconf netconf-topology diff --git a/sdnr/northbound/oofpcipoc/model/pom.xml b/sdnr/northbound/oofpcipoc/model/pom.xml index ba2870473..f47cff530 100644 --- a/sdnr/northbound/oofpcipoc/model/pom.xml +++ b/sdnr/northbound/oofpcipoc/model/pom.xml @@ -40,7 +40,11 @@ org.opendaylight.mdsal.binding.model.ietf - rfc6991 + rfc6991-ietf-inet-types + + + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-yang-types diff --git a/sdnr/northbound/ranSlice/model/pom.xml b/sdnr/northbound/ranSlice/model/pom.xml index 894675b90..f90ad2bff 100644 --- a/sdnr/northbound/ranSlice/model/pom.xml +++ b/sdnr/northbound/ranSlice/model/pom.xml @@ -40,7 +40,11 @@ org.opendaylight.mdsal.binding.model.ietf - rfc6991 + rfc6991-ietf-inet-types + + + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-yang-types -- cgit 1.2.3-korg