X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Fsal-rest-connector%2Fpom.xml;h=97b93bc7844cd037a3bdee7c5c01a3f83fe5d823;hb=3d7090c8bf0df8c9814b7d3cb2c43dff483a5c7a;hp=abae6c1cf1bebad6c7a7f27920652a054da9407d;hpb=a713249be961be184644f4fbce7914a4014cb68b;p=netconf.git diff --git a/restconf/sal-rest-connector/pom.xml b/restconf/sal-rest-connector/pom.xml index abae6c1cf1..97b93bc784 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.6.0-SNAPSHOT + 0.7.0-SNAPSHOT org.opendaylight.netconf sal-rest-connector - 1.5.0-SNAPSHOT + 1.6.0-SNAPSHOT bundle @@ -18,19 +25,25 @@ org.opendaylight.netconf netconf-parent - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT pom import org.glassfish.jersey.test-framework.providers jersey-test-framework-provider-grizzly2 - 2.4 + 2.6 + + org.glassfish.jersey.bundles.repackaged + jersey-guava + 2.6 + test + org.opendaylight.controller sal-connector-api @@ -67,10 +80,6 @@ org.opendaylight.controller sal-binding-broker-impl - - org.opendaylight.controller - sal-remote - org.opendaylight.yangtools yang-data-api @@ -87,6 +96,10 @@ org.opendaylight.yangtools yang-parser-impl + + org.opendaylight.yangtools + yang-test-util + org.opendaylight.mdsal.model ietf-restconf @@ -116,32 +129,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.google.code.findbugs - jsr305 + org.opendaylight.netconf + ietf-restconf + ${project.version} - javax.annotation - javax.annotation-api - 1.2 + net.java.dev.stax-utils + stax-utils + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + 2.3.2 + - org.json - json + ch.qos.logback + logback-classic + test @@ -159,6 +184,10 @@ org.hamcrest hamcrest-core + + org.opendaylight.aaa + aaa-shiro-api + @@ -186,7 +215,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 *, @@ -202,6 +230,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +