X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Fsal-rest-connector%2Fpom.xml;h=a332a5f69d6d74b7fd61544380b79ee93360eab0;hb=17d4a56409775e872c9d55371e633472d621fe7d;hp=d3f6017c755c6d435324689eabb3429d1f87bb41;hpb=b63c5edc0f896e131846e975340cef7e9f1e0f36;p=netconf.git diff --git a/restconf/sal-rest-connector/pom.xml b/restconf/sal-rest-connector/pom.xml index d3f6017c75..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 @@ -74,10 +74,6 @@ org.opendaylight.controller sal-binding-broker-impl - - org.opendaylight.controller - sal-remote - org.opendaylight.yangtools yang-data-api @@ -94,6 +90,10 @@ org.opendaylight.yangtools yang-parser-impl + + org.opendaylight.yangtools + yang-test-util + org.opendaylight.mdsal.model ietf-restconf @@ -127,6 +127,21 @@ org.opendaylight.yangtools yang-model-export + + org.opendaylight.netconf + 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 @@ -136,15 +151,6 @@ logback-classic test - - com.google.code.findbugs - jsr305 - - - javax.annotation - javax.annotation-api - 1.2 - org.json @@ -166,6 +172,10 @@ org.hamcrest hamcrest-core + + org.opendaylight.aaa + aaa-shiro-api + @@ -193,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 *, @@ -209,6 +218,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +