X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fnetconf-api%2Fpom.xml;h=056ecc2c59ac557db9785f2194bb339071bde4d0;hb=d405f9a7b0487dc135f771f5ffe1f066fcde7be5;hp=4da8ab90770b3fb76fdb628dedbc65bc2e2cd1cf;hpb=666449136de312558cee27e847f101c0463b5ceb;p=netconf.git diff --git a/netconf/netconf-api/pom.xml b/netconf/netconf-api/pom.xml index 4da8ab9077..056ecc2c59 100644 --- a/netconf/netconf-api/pom.xml +++ b/netconf/netconf-api/pom.xml @@ -1,17 +1,24 @@ + 4.0.0 - org.opendaylight.controller - config-parent - 0.5.0-SNAPSHOT + org.opendaylight.odlparent + bundle-parent + 3.0.2 org.opendaylight.netconf netconf-api - 1.1.0-SNAPSHOT + 1.5.0-SNAPSHOT ${project.artifactId} bundle @@ -19,11 +26,32 @@ org.opendaylight.netconf - netconf-subsystem + netconf-artifacts ${project.version} pom import + + org.opendaylight.yangtools + yangtools-artifacts + 2.0.2 + pom + import + + + org.opendaylight.controller + config-artifacts + 0.9.0-SNAPSHOT + pom + import + + + org.opendaylight.mdsal.model + mdsal-model-artifacts + 0.13.0-SNAPSHOT + pom + import + @@ -37,16 +65,12 @@ ietf-netconf-monitoring-extension - org.opendaylight.controller - config-api - - - org.opendaylight.controller - config-manager-facade-xml + ${project.groupId} + protocol-framework org.opendaylight.controller - protocol-framework + config-util org.opendaylight.mdsal.model @@ -61,4 +85,16 @@ mockito-configuration + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + +