From 219b28ed3c3ee23f10d67c9c50583a8bd5a84f3a Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 3 Aug 2022 11:59:43 -0400 Subject: Changes to support ODL Sulfur update Changes to sdnc/northbound to conform to changes in OpenDaylight Sulfur release. Many of these changes are due to a change in yangtools, which no longer implements a common ancestor for its builder classes. This broke a utility method used in jUnit test cases (build()), which meant all jUnits using that method had to be updated to call each individual builder's build() method directly. Issue-ID: CCSDK-1728 Signed-off-by: Dan Timoney Change-Id: Ia82aa3decd82d873120dd643a6a0427928890f99 --- vnftools/features/features-vnftools/pom.xml | 2 +- vnftools/features/pom.xml | 2 +- vnftools/features/sdnc-vnftools/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'vnftools/features') diff --git a/vnftools/features/features-vnftools/pom.xml b/vnftools/features/features-vnftools/pom.xml index d6f011cf..883cec3b 100644 --- a/vnftools/features/features-vnftools/pom.xml +++ b/vnftools/features/features-vnftools/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent feature-repo-parent - 2.3.3 + 2.4.1 diff --git a/vnftools/features/pom.xml b/vnftools/features/pom.xml index 4e7e1373..c6b2e5d5 100644 --- a/vnftools/features/pom.xml +++ b/vnftools/features/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.3.3 + 2.4.1 diff --git a/vnftools/features/sdnc-vnftools/pom.xml b/vnftools/features/sdnc-vnftools/pom.xml index 49629fc4..8d1e120f 100644 --- a/vnftools/features/sdnc-vnftools/pom.xml +++ b/vnftools/features/sdnc-vnftools/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent single-feature-parent - 2.3.3 + 2.4.1 -- cgit