From a5498e53ed66e74fcbf2141e969433920b877282 Mon Sep 17 00:00:00 2001 From: Niranjana Date: Thu, 16 Sep 2021 09:05:06 +0000 Subject: Modify cm-handle feature Issue-ID: CCSDK-3342 Signed-off-by: Niranjana Change-Id: Id25c420ee7a0020c634d37f7afc354bed8dfcf6b --- sdnr/northbound/addCMHandle/model/pom.xml | 69 +++++++++++++++---------------- 1 file changed, 33 insertions(+), 36 deletions(-) (limited to 'sdnr/northbound/addCMHandle/model/pom.xml') diff --git a/sdnr/northbound/addCMHandle/model/pom.xml b/sdnr/northbound/addCMHandle/model/pom.xml index b472dbd99..57a70e36a 100644 --- a/sdnr/northbound/addCMHandle/model/pom.xml +++ b/sdnr/northbound/addCMHandle/model/pom.xml @@ -19,7 +19,8 @@ ~ ============LICENSE_END======================================================= ~ --> - + + 4.0.0 @@ -38,44 +39,40 @@ - org.opendaylight.mdsal.model - ietf-inet-types - 2010.09.24.12.4 + org.opendaylight.mdsal.binding.model.ietf + rfc6991 + + + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-inet-types + + + org.opendaylight.netconf + sal-netconf-connector + provided - org.opendaylight.mdsal.model - ietf-yang-types - 2010.09.24.12.4 + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-yang-types + provided - + + + - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.codehaus.mojo - properties-maven-plugin - [1.0.0,) - - set-system-properties - - - - - - - - - - - - + + + org.jacoco + jacoco-maven-plugin + + + **/gen/** + **/generated-sources/** + **/yang-gen-sal/** + **/pax/** + + + + -- cgit 1.2.3-korg