X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-rfc8040%2Fpom.xml;h=d582fc36b80420b94f5ded3153d2da01bfd80680;hb=09c1d18add7cfc310f3d190a1a02a523159162ce;hp=a820477b600edc53f4b06d219f880dbca77e03f9;hpb=2c5eea937aa51612acd6e444b3e3359598781b38;p=netconf.git diff --git a/restconf/restconf-nb-rfc8040/pom.xml b/restconf/restconf-nb-rfc8040/pom.xml index a820477b60..d582fc36b8 100644 --- a/restconf/restconf-nb-rfc8040/pom.xml +++ b/restconf/restconf-nb-rfc8040/pom.xml @@ -12,29 +12,66 @@ 4.0.0 org.opendaylight.netconf - restconf-parent - 1.8.0-SNAPSHOT - ../restconf-parent + netconf-parent + 4.0.0-SNAPSHOT + ../../parent - org.opendaylight.netconf restconf-nb-rfc8040 - 1.8.0-SNAPSHOT bundle + + javax.annotation + javax.annotation-api + true + + + com.guicedee.services + javax.inject + true + org.opendaylight.netconf restconf-common-models - + org.opendaylight.netconf restconf-common - + + + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-yang-types + + + org.opendaylight.mdsal.binding.model.ietf + rfc8040 + + + org.opendaylight.mdsal.binding.model.ietf + rfc8072 + + + org.opendaylight.mdsal.binding.model.ietf + rfc8525 + + + org.opendaylight.netconf + ietf-restconf-monitoring + org.opendaylight.netconf - ietf-yang-library - + netconf-api + + + org.opendaylight.netconf + netconf-dom-api + + + + org.opendaylight.odlparent + logging-markers + org.opendaylight.yangtools @@ -42,11 +79,11 @@ org.opendaylight.yangtools - yang-data-impl + yang-data-util org.opendaylight.yangtools - yang-parser-impl + yang-data-impl org.opendaylight.yangtools @@ -70,61 +107,45 @@ - org.opendaylight.mdsal.model - ietf-yang-types-20130715 + org.opendaylight.mdsal + mdsal-dom-spi org.opendaylight.controller - sal-core-spi - - - org.opendaylight.controller - sal-common-impl - - - org.opendaylight.controller - sal-common-util - - - org.opendaylight.controller - sal-broker-impl - - - - io.netty - netty-codec-http + threadpool-config-api - org.jboss.resteasy - jaxrs-api - provided + net.java.dev.stax-utils + stax-utils - com.fasterxml.jackson.dataformat - jackson-dataformat-xml + org.json + json + 20131018 + test - org.apache.commons - commons-lang3 + org.opendaylight.aaa.web + web-api - net.java.dev.stax-utils - stax-utils + org.opendaylight.aaa.web + servlet-api org.opendaylight.aaa - aaa-shiro-api + aaa-filterchain - org.json - json + org.eclipse.jetty.websocket + websocket-servlet @@ -134,24 +155,24 @@ test - org.mockito - mockito-core + org.glassfish.jersey.inject + jersey-hk2 test - org.glassfish.jersey.bundles.repackaged - jersey-guava + org.glassfish.jersey.media + jersey-media-sse test - org.opendaylight.controller - sal-binding-broker-impl - test-jar + org.opendaylight.mdsal + mdsal-binding-test-utils test - org.opendaylight.controller - sal-binding-broker-impl + org.opendaylight.mdsal + mdsal-binding-dom-adapter + test-jar test @@ -159,6 +180,27 @@ jsonassert test + + org.opendaylight.aaa.web + testutils + test + + + org.opendaylight.controller + threadpool-config-impl + test + + + org.xmlunit + xmlunit-assertj + test + + + net.javacrumbs.json-unit + json-unit-assertj + 2.28.0 + test + @@ -170,23 +212,31 @@ MD SAL Restconf Connector - - !javax.annotation, - javax.ws.rs.*;version="[1.1.0,2.0.0)", - *, - com.sun.jersey.spi.container.servlet, - org.eclipse.jetty.servlets, - org.opendaylight.aaa.shiro.filters, - 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 - - /rests + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/restconf8040.cfg + cfg + config + + + + + +