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 --- generic-resource-api/provider/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'generic-resource-api/provider/pom.xml') diff --git a/generic-resource-api/provider/pom.xml b/generic-resource-api/provider/pom.xml index 1e6362fc..4f2bc8a9 100644 --- a/generic-resource-api/provider/pom.xml +++ b/generic-resource-api/provider/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent binding-parent - 2.3.3 + 2.4.1 @@ -16,6 +16,10 @@ sdnc-northbound :: generic-resource-api :: ${project.artifactId} + + 1.5.0-SNAPSHOT + + org.onap.sdnc.northbound @@ -66,6 +70,7 @@ org.mockito mockito-core + 3.12.4 test -- cgit 1.2.3-korg