X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Fsal-rest-connector%2Fpom.xml;h=2a2f9efc08aad298b48ec171dbfcfa813dcb4866;hb=31c019737f9d7681d7b7e43c84dbd61c8ba09664;hp=86c8a3dd6723c799ce949f3cf89e8ab90f135a99;hpb=46041d3d61753da10a5779584e3be3efa35e6158;p=netconf.git diff --git a/restconf/sal-rest-connector/pom.xml b/restconf/sal-rest-connector/pom.xml index 86c8a3dd67..2a2f9efc08 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 + org.opendaylight.mdsal + binding-parent + 0.12.0-SNAPSHOT org.opendaylight.netconf sal-rest-connector - 1.4.0-SNAPSHOT + 1.7.0-SNAPSHOT bundle @@ -18,34 +25,54 @@ org.opendaylight.netconf netconf-parent - 1.1.0-SNAPSHOT + 1.4.0-SNAPSHOT + pom + import + + + org.opendaylight.aaa + aaa-artifacts + 0.7.0-SNAPSHOT + pom + import + + + org.opendaylight.controller + config-artifacts + 0.8.0-SNAPSHOT pom import + + org.opendaylight.controller + mdsal-artifacts + 1.7.0-SNAPSHOT + pom + import + + org.glassfish.jersey.test-framework.providers jersey-test-framework-provider-grizzly2 - 2.4 + 2.6 - org.opendaylight.controller - sal-connector-api - - - org.opendaylight.controller - sal-core-api + org.glassfish.jersey.bundles.repackaged + jersey-guava + 2.6 + test org.opendaylight.controller - sal-binding-config + sal-connector-api org.opendaylight.controller - config-api + sal-core-api com.google.code.gson @@ -67,10 +94,6 @@ org.opendaylight.controller sal-binding-broker-impl - - org.opendaylight.controller - sal-remote - org.opendaylight.yangtools yang-data-api @@ -87,6 +110,10 @@ org.opendaylight.yangtools yang-parser-impl + + org.opendaylight.yangtools + yang-test-util + org.opendaylight.mdsal.model ietf-restconf @@ -97,7 +124,7 @@ org.opendaylight.mdsal.model - ietf-inet-types + ietf-inet-types-2013-07-15 org.slf4j @@ -116,33 +143,41 @@ 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} - 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 + + + ch.qos.logback + logback-classic + test @@ -160,6 +195,10 @@ org.hamcrest hamcrest-core + + org.opendaylight.aaa + aaa-shiro-api + @@ -182,11 +221,11 @@ MD SAL Restconf Connector org.opendaylight.netconf.sal.rest.*, + org.opendaylight.restconf.*, org.opendaylight.netconf.sal.restconf.rpc.*, - org.opendaylight.netconf.sal.restconf.impl, + 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 *, @@ -196,12 +235,20 @@ org.opendaylight.aaa.shiro.realm, org.opendaylight.aaa.shiro.web.env, org.opendaylight.aaa.filterchain.filters, + org.opendaylight.aaa.api, org.apache.shiro.web.env /restconf + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +