X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fnetconf-impl%2Fpom.xml;h=2f91baa60a8e32fac399bb0efa8cbd88bb421982;hb=1815abee52990fee42a501da58a50d42e80463e7;hp=2f18c3e9d17323866b5cb37cc17ea562a9e9c9f3;hpb=990f1c0d249e9f27e192cf6c1300e516ace81087;p=netconf.git diff --git a/netconf/netconf-impl/pom.xml b/netconf/netconf-impl/pom.xml index 2f18c3e9d1..2f91baa60a 100644 --- a/netconf/netconf-impl/pom.xml +++ b/netconf/netconf-impl/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.0 org.opendaylight.netconf netconf-impl - 1.1.0-SNAPSHOT + 1.3.0-SNAPSHOT ${project.artifactId} bundle @@ -85,13 +92,18 @@ org.opendaylight.mdsal.model - ietf-inet-types + ietf-inet-types-2013-07-15 org.slf4j slf4j-api + + org.slf4j + slf4j-simple + test + ${project.groupId} netconf-client @@ -115,6 +127,10 @@ xmlunit test + + org.osgi + org.osgi.compendium + @@ -141,6 +157,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +