X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fnetconf-util%2Fpom.xml;h=45473a86dee77abb9fc31bf819bb1afce073fa34;hb=refs%2Fchanges%2F42%2F68742%2F1;hp=110872bf88c085de0276dae2089ffa6bddfc46ff;hpb=9c47997b7c185f02e8980cb127a48161aad916e3;p=netconf.git diff --git a/netconf/netconf-util/pom.xml b/netconf/netconf-util/pom.xml index 110872bf88..45473a86de 100644 --- a/netconf/netconf-util/pom.xml +++ b/netconf/netconf-util/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.odlparent bundle-parent - 1.8.0-SNAPSHOT + 3.0.2 org.opendaylight.netconf netconf-util - 1.2.0-SNAPSHOT + 1.5.0-SNAPSHOT ${project.artifactId} bundle @@ -26,15 +26,22 @@ org.opendaylight.netconf - netconf-parent + netconf-artifacts ${project.version} pom import - org.opendaylight.netconf - netconf-subsystem - ${project.version} + org.opendaylight.yangtools + yangtools-artifacts + 2.0.1 + pom + import + + + org.opendaylight.mdsal + mdsal-artifacts + 2.5.0-SNAPSHOT pom import @@ -43,10 +50,6 @@ - - org.opendaylight.controller - config-manager-facade-xml - ${project.groupId} netconf-api @@ -63,10 +66,6 @@ io.netty netty-handler - - org.opendaylight.controller - config-api - org.slf4j slf4j-api @@ -76,6 +75,11 @@ xmlunit test + + org.opendaylight.mdsal + mdsal-binding-generator-impl + test + org.opendaylight.yangtools mockito-configuration @@ -88,6 +92,14 @@ org.opendaylight.yangtools yang-data-api + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-data-codec-xml + org.osgi org.osgi.compendium @@ -139,6 +151,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +