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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 42faaa45..9f28a2ae 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent odlparent-lite - 2.3.3 + 2.4.1 -- cgit 1.2.3-korg