X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fmdsal-netconf-connector%2Fpom.xml;h=6a84259c221646bd389a07b61bfcffdd77a53ba7;hb=bcbd454f6dc1736ab6814446a30b0c3f519e0c25;hp=cf5878c82bb45bd6e91b9b8bff34360ee6ff9dbc;hpb=747b54449a4fa5b0017fc45823de1e2d9e7ca981;p=netconf.git diff --git a/netconf/mdsal-netconf-connector/pom.xml b/netconf/mdsal-netconf-connector/pom.xml index cf5878c82b..6a84259c22 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 + 2.0.2 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,29 +89,49 @@ org.opendaylight.controller config-util - - 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.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 + + + +