From d3f6bbcb21f8549f857b0167a75d5b9014e4ab88 Mon Sep 17 00:00:00 2001 From: Ravi Pendurty Date: Wed, 20 Apr 2022 09:45:54 +0530 Subject: Use DOM API for ORAN Devicemanager All functions of Devicemanager are upgraded to use DOM API Issue-ID: CCSDK-3636 Signed-off-by: Ravi Pendurty Change-Id: If8b401d513055e1167ed0824e596ffa3ad7bac2f Signed-off-by: Ravi Pendurty --- .../o-ran/ru-fh/provider/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/pom.xml') diff --git a/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/pom.xml b/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/pom.xml index 83c4dcf49..cd16c9105 100644 --- a/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/pom.xml +++ b/sdnr/wt/devicemanager-o-ran-sc/o-ran/ru-fh/provider/pom.xml @@ -22,6 +22,7 @@ ~ ============LICENSE_END======================================================= ~ --> + 4.0.0 @@ -122,6 +123,27 @@ true + + + + org.opendaylight.yangtools + yang-maven-plugin + 7.0.9 + + + binding + none + + generate-sources + + + true + + + + + + org.jacoco -- cgit 1.2.3-korg