X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fnetconf-tcp%2Fpom.xml;h=a2f98647ae0dab9c36910836bb1cc9aac8c0ce15;hb=340e6590af4b1acec713df54252f7856abaa3ead;hp=0e45504a588c639ff716e6810064cd9eb74d736e;hpb=2c2225edc5c24a5c90967403900c6c922651bdc2;p=netconf.git diff --git a/netconf/netconf-tcp/pom.xml b/netconf/netconf-tcp/pom.xml index 0e45504a58..a2f98647ae 100644 --- a/netconf/netconf-tcp/pom.xml +++ b/netconf/netconf-tcp/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.4 org.opendaylight.netconf netconf-tcp - 1.2.0-SNAPSHOT + 1.4.0-SNAPSHOT ${project.artifactId} bundle @@ -26,11 +26,25 @@ org.opendaylight.netconf - netconf-subsystem + netconf-artifacts ${project.version} pom import + + org.opendaylight.yangtools + yangtools-artifacts + 2.0.0-SNAPSHOT + pom + import + + + org.opendaylight.controller + config-artifacts + 0.8.0-SNAPSHOT + pom + import + @@ -77,6 +91,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +