X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Fsal-rest-connector%2Fpom.xml;h=508eb0b4c0ce7005a25abf4e086e6819265a8f60;hb=61fb3d2a1569ac605e10590045fac2eb7a6e09f9;hp=0481ad923eba0e704743f2d6dd84dfea20b5fc27;hpb=356e5110896658b6d054ff89e4e5234cc03afeaa;p=netconf.git diff --git a/restconf/sal-rest-connector/pom.xml b/restconf/sal-rest-connector/pom.xml index 0481ad923e..508eb0b4c0 100644 --- a/restconf/sal-rest-connector/pom.xml +++ b/restconf/sal-rest-connector/pom.xml @@ -11,13 +11,13 @@ org.opendaylight.controller config-parent - 0.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.netconf sal-rest-connector - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT bundle @@ -25,7 +25,7 @@ org.opendaylight.netconf netconf-parent - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT pom import @@ -90,6 +90,10 @@ org.opendaylight.yangtools yang-parser-impl + + org.opendaylight.yangtools + yang-test-util + org.opendaylight.mdsal.model ietf-restconf @@ -129,27 +133,30 @@ ${project.version} - net.java.dev.stax-utils - stax-utils + org.opendaylight.netconf + ietf-restconf-monitoring + ${project.version} - ch.qos.logback - logback-classic - test + org.opendaylight.netconf + ietf-restconf + ${project.version} - com.google.code.findbugs - jsr305 + net.java.dev.stax-utils + stax-utils - javax.annotation - javax.annotation-api - 1.2 - + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + 2.3.2 + - org.json - json + ch.qos.logback + logback-classic + test @@ -167,6 +174,10 @@ org.hamcrest hamcrest-core + + org.opendaylight.aaa + aaa-shiro-api + @@ -194,7 +205,6 @@ org.opendaylight.netconf.sal.restconf.impl, org.opendaylight.netconf.md.sal.rest.common.*, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.rest.connector.rev140724.*, - javax.annotation *, @@ -210,6 +220,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +