X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fnetconf-util%2Fpom.xml;h=d9a0f4331510c2298ef1e929d080ace0a7b5b83c;hb=7072e63a98485bbbfa686a639d28002377972aa0;hp=56108b9d0d12fd7aba1b439272da19ef84bf871a;hpb=7921374d127e3c626865c24b71837728c5796402;p=netconf.git diff --git a/netconf/netconf-util/pom.xml b/netconf/netconf-util/pom.xml index 56108b9d0d..d9a0f43315 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.4.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.4.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,10 +92,48 @@ org.opendaylight.yangtools yang-data-api + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-data-codec-xml + + + org.osgi + org.osgi.compendium + + + org.apache.felix + maven-bundle-plugin + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/netconf.cfg + cfg + config + + + + + + org.apache.maven.plugins maven-jar-plugin @@ -104,6 +146,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +