X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=restconf%2Fsal-rest-connector%2Fpom.xml;h=a332a5f69d6d74b7fd61544380b79ee93360eab0;hb=22996b169dfb9e7f123045a2c672d797c078f528;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..a332a5f69d 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 @@ -128,6 +132,16 @@ ietf-yang-library ${project.version} + + org.opendaylight.netconf + ietf-restconf-monitoring + ${project.version} + + + org.opendaylight.netconf + ietf-restconf + ${project.version} + net.java.dev.stax-utils stax-utils @@ -137,15 +151,6 @@ logback-classic test - - com.google.code.findbugs - jsr305 - - - javax.annotation - javax.annotation-api - 1.2 - org.json @@ -167,6 +172,10 @@ org.hamcrest hamcrest-core + + org.opendaylight.aaa + aaa-shiro-api + @@ -194,7 +203,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 +218,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +