X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fnetconf-impl%2Fpom.xml;h=0d58f875e7b86a231827a2cd5bb96e52d172e352;hb=ad778133d7820de725a47d9353a9c73b1e96ab7e;hp=a4ff368ca7215bacbed181196842c6859890167a;hpb=cdee4c5250cd696d15a5f5abb0c98699790aa66d;p=netconf.git diff --git a/netconf/netconf-impl/pom.xml b/netconf/netconf-impl/pom.xml index a4ff368ca7..0d58f875e7 100644 --- a/netconf/netconf-impl/pom.xml +++ b/netconf/netconf-impl/pom.xml @@ -10,15 +10,15 @@ 4.0.0 - org.opendaylight.controller - config-parent - 0.6.0-SNAPSHOT + org.opendaylight.odlparent + bundle-parent + 2.0.5 org.opendaylight.netconf netconf-impl - 1.2.0-SNAPSHOT + 1.3.2 ${project.artifactId} bundle @@ -26,11 +26,25 @@ org.opendaylight.netconf - netconf-subsystem + netconf-artifacts ${project.version} pom import + + org.opendaylight.yangtools + yangtools-artifacts + 1.2.2 + pom + import + + + org.opendaylight.controller + config-artifacts + 0.7.2 + pom + import + @@ -72,14 +86,6 @@ com.google.guava guava - - org.opendaylight.controller - config-util - - - org.opendaylight.controller - protocol-framework - org.opendaylight.controller threadpool-config-api @@ -90,11 +96,6 @@ mockito-configuration - - org.opendaylight.mdsal.model - ietf-inet-types-2013-07-15 - - org.slf4j slf4j-api @@ -127,6 +128,10 @@ xmlunit test + + org.osgi + org.osgi.compendium + @@ -153,6 +158,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +