X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-rfc8040%2Fpom.xml;h=de58307444770d37066bdf4b0ebf354de02c8a02;hb=b2d343456554f53e69e8d9ed7615a0fc271fd1b8;hp=05f59f7fe5aa84adcc432a362527ac5cefe75781;hpb=1145d169ab3483d1f0630acd4d2b31148e5a938d;p=netconf.git diff --git a/restconf/restconf-nb-rfc8040/pom.xml b/restconf/restconf-nb-rfc8040/pom.xml index 05f59f7fe5..de58307444 100644 --- a/restconf/restconf-nb-rfc8040/pom.xml +++ b/restconf/restconf-nb-rfc8040/pom.xml @@ -12,17 +12,25 @@ 4.0.0 org.opendaylight.netconf - restconf-parent - 1.9.0-SNAPSHOT - ../restconf-parent + netconf-parent + 2.0.9-SNAPSHOT + ../../parent - org.opendaylight.netconf restconf-nb-rfc8040 - 1.9.0-SNAPSHOT bundle + + javax.annotation + javax.annotation-api + true + + + com.guicedee.services + javax.inject + true + org.opendaylight.netconf restconf-common-models @@ -33,24 +41,45 @@ org.opendaylight.mdsal.binding.model.ietf - rfc7895 + rfc6991-ietf-yang-types + + + org.opendaylight.mdsal.binding.model.ietf + rfc8525 + + + org.opendaylight.netconf + ietf-restconf + + + org.opendaylight.netconf + ietf-restconf-monitoring + + + org.opendaylight.netconf + ietf-yang-patch org.opendaylight.netconf netconf-api + + org.opendaylight.netconf + netconf-dom-api + - org.opendaylight.yangtools - yang-data-api + org.opendaylight.odlparent + logging-markers + org.opendaylight.yangtools - yang-data-impl + yang-data-api org.opendaylight.yangtools - yang-parser-impl + yang-data-impl org.opendaylight.yangtools @@ -74,41 +103,13 @@ - org.opendaylight.mdsal.binding.model.ietf - rfc6991-ietf-yang-types + 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 - - - - org.jboss.resteasy - jaxrs-api - provided - - - - com.fasterxml.jackson.dataformat - jackson-dataformat-xml + threadpool-config-api @@ -119,6 +120,8 @@ org.json json + 20131018 + test @@ -137,8 +140,8 @@ - org.eclipse.jetty - jetty-servlets + org.eclipse.jetty.websocket + websocket-servlet @@ -148,24 +151,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 @@ -173,6 +176,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 + @@ -187,6 +211,28 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/restconf8040.cfg + cfg + config + + + + + +