X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Fsal-rest-connector%2Fpom.xml;h=81b4042c478f3bfc22789206f8759dfbfac81363;hb=cf359f8bdd996bb8344112d8cd2e36fd17f7585a;hp=447d116ba01b728531f1bf7f63808ed904594466;hpb=3d564a1d55182060945f473bcfff0174cfeca4ee;p=netconf.git diff --git a/restconf/sal-rest-connector/pom.xml b/restconf/sal-rest-connector/pom.xml index 447d116ba0..81b4042c47 100644 --- a/restconf/sal-rest-connector/pom.xml +++ b/restconf/sal-rest-connector/pom.xml @@ -1,16 +1,23 @@ + 4.0.0 org.opendaylight.controller config-parent - 0.5.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.netconf sal-rest-connector - 1.4.0-SNAPSHOT + 1.6.0-SNAPSHOT bundle @@ -18,7 +25,7 @@ org.opendaylight.netconf netconf-parent - 1.1.0-SNAPSHOT + 1.3.0-SNAPSHOT pom import @@ -67,10 +74,6 @@ org.opendaylight.controller sal-binding-broker-impl - - org.opendaylight.controller - sal-remote - org.opendaylight.yangtools yang-data-api @@ -87,6 +90,10 @@ org.opendaylight.yangtools yang-parser-impl + + org.opendaylight.yangtools + yang-test-util + org.opendaylight.mdsal.model ietf-restconf @@ -97,7 +104,7 @@ org.opendaylight.mdsal.model - ietf-inet-types + ietf-inet-types-2013-07-15 org.slf4j @@ -116,33 +123,44 @@ org.opendaylight.yangtools yang-data-codec-gson + + org.opendaylight.yangtools + yang-data-codec-xml + org.opendaylight.yangtools yang-model-export - - net.java.dev.stax-utils - stax-utils + org.opendaylight.netconf + ietf-yang-library + ${project.version} - - ch.qos.logback - logback-classic - test + org.opendaylight.netconf + ietf-restconf-monitoring + ${project.version} - com.sun.jersey - jersey-server + org.opendaylight.netconf + ietf-restconf + ${project.version} + + + net.java.dev.stax-utils + stax-utils - com.google.code.findbugs - jsr305 + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + + 2.3.2 - javax.annotation - javax.annotation-api - 1.2 + ch.qos.logback + logback-classic + test @@ -160,6 +178,10 @@ org.hamcrest hamcrest-core + + org.opendaylight.aaa + aaa-shiro-api + @@ -187,7 +209,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 *, @@ -203,6 +224,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +