X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=netconf%2Fnetconf-notifications-impl%2Fpom.xml;h=7b8fd99b59524109ebf2796d79e0a10eec602903;hb=3c4376a45d503c8c1a3ca7fda2dbdfabc7f54be7;hp=79eb3a92dabea0a713ccd744360681fb2c19c544;hpb=c6a54e7ec2cf3657f6b03f42121be0e2e434d088;p=netconf.git diff --git a/netconf/netconf-notifications-impl/pom.xml b/netconf/netconf-notifications-impl/pom.xml index 79eb3a92da..7b8fd99b59 100644 --- a/netconf/netconf-notifications-impl/pom.xml +++ b/netconf/netconf-notifications-impl/pom.xml @@ -12,9 +12,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.opendaylight.controller - config-parent - 0.7.0-SNAPSHOT + org.opendaylight.odlparent + bundle-parent + 2.0.4 @@ -27,11 +27,32 @@ org.opendaylight.netconf - netconf-subsystem + netconf-artifacts ${project.version} pom import + + org.opendaylight.controller + mdsal-artifacts + 1.6.0-SNAPSHOT + pom + import + + + org.opendaylight.mdsal + mdsal-artifacts + 2.3.0-SNAPSHOT + pom + import + + + org.opendaylight.yangtools + yangtools-artifacts + 1.2.0-SNAPSHOT + pom + import + @@ -90,6 +111,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +