From: Robert Varga Date: Thu, 24 Jun 2021 07:52:24 +0000 (+0200) Subject: Cleanup restconf-common dependencies X-Git-Tag: v2.0.0~12 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=7f556463c0c9fb49de0a3a062c664ac4c3aacd31;p=netconf.git Cleanup restconf-common dependencies We do not need parser-impl nor model-util, just model-ir. Change-Id: Id37cd1fd37697b27f4f67ec40b652bb93403e571 Signed-off-by: Robert Varga --- diff --git a/restconf/restconf-common/pom.xml b/restconf/restconf-common/pom.xml index f2995b2de1..fc8583a31d 100644 --- a/restconf/restconf-common/pom.xml +++ b/restconf/restconf-common/pom.xml @@ -41,25 +41,20 @@ org.opendaylight.yangtools - yang-model-util + yang-model-ri - - org.opendaylight.yangtools - yang-parser-impl - - - org.opendaylight.yangtools - yang-test-util - - org.opendaylight.mdsal mdsal-dom-api - javax.ws.rs javax.ws.rs-api + + + org.opendaylight.yangtools + yang-test-util +