X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fmdsal-netconf-connector%2Fpom.xml;h=ae6befdaa8a87795658da0a0672f5a4bff348939;hb=9251b02f242ff6abe00fee9086a2fcd5fea3b207;hp=ff73077b62402250eeead0d7b549fc89aaddf30e;hpb=4c0c091813aea131d32dc70c5121a450eb9b7291;p=netconf.git diff --git a/netconf/mdsal-netconf-connector/pom.xml b/netconf/mdsal-netconf-connector/pom.xml index ff73077b62..ae6befdaa8 100644 --- a/netconf/mdsal-netconf-connector/pom.xml +++ b/netconf/mdsal-netconf-connector/pom.xml @@ -1,17 +1,24 @@ + 4.0.0 - org.opendaylight.controller - config-parent - 0.5.0-SNAPSHOT + org.opendaylight.odlparent + bundle-parent + 1.9.0 org.opendaylight.netconf mdsal-netconf-connector - 1.1.0-SNAPSHOT + 1.3.0-SNAPSHOT ${project.artifactId} bundle @@ -28,17 +35,13 @@ + + org.opendaylight.yangtools + yang-data-util + org.opendaylight.yangtools yang-data-impl - - - - - org.opendaylight.yangtools - object-cache-api - - org.opendaylight.yangtools @@ -86,34 +89,49 @@ org.opendaylight.controller config-util - - org.opendaylight.controller - config-api - - - org.opendaylight.netconf - ietf-netconf - - - org.opendaylight.controller - sal-broker-impl - test - - - org.opendaylight.controller - sal-distributed-datastore - test - - - ${project.groupId} - netconf-util - test-jar - test - - - xmlunit - xmlunit - test - + + org.opendaylight.controller + config-api + + + org.opendaylight.netconf + ietf-netconf + + + org.opendaylight.controller + sal-distributed-datastore + test + + + ${project.groupId} + netconf-util + test-jar + test + + + xmlunit + xmlunit + test + + + org.opendaylight.yangtools + yang-test-util + + + org.opendaylight.yangtools + yang-data-codec-xml + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + +