X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-rfc8040%2Fpom.xml;h=cf8da6ea1a673cbcc13e127eb716de6605b80e1d;hb=bbbd3c4e766d31d63446f43e40545cd0758dab08;hp=c4a268c2967bacb2a0fe3422461c42eb799aeffc;hpb=a201b000f7d777bd7b53748c3f13487fbb398599;p=netconf.git diff --git a/restconf/restconf-nb-rfc8040/pom.xml b/restconf/restconf-nb-rfc8040/pom.xml index c4a268c296..cf8da6ea1a 100644 --- a/restconf/restconf-nb-rfc8040/pom.xml +++ b/restconf/restconf-nb-rfc8040/pom.xml @@ -12,14 +12,12 @@ 4.0.0 org.opendaylight.netconf - restconf-parent - 1.10.0-SNAPSHOT - ../restconf-parent + netconf-parent + 3.0.1-SNAPSHOT + ../../parent - org.opendaylight.netconf restconf-nb-rfc8040 - 1.10.0-SNAPSHOT bundle @@ -29,15 +27,10 @@ true - javax.inject + com.guicedee.services javax.inject true - - org.apache.aries.blueprint - blueprint-maven-plugin-annotation - true - org.opendaylight.netconf restconf-common-models @@ -48,12 +41,37 @@ org.opendaylight.mdsal.binding.model.ietf - rfc7895 + 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 netconf-api + + org.opendaylight.netconf + netconf-dom-api + + + + org.opendaylight.odlparent + logging-markers + org.opendaylight.yangtools @@ -61,11 +79,11 @@ org.opendaylight.yangtools - yang-data-impl + yang-data-util org.opendaylight.yangtools - yang-parser-impl + yang-data-impl org.opendaylight.yangtools @@ -88,27 +106,14 @@ yang-model-export - - org.opendaylight.mdsal.binding.model.ietf - rfc6991-ietf-yang-types - - org.opendaylight.mdsal mdsal-dom-spi - - org.opendaylight.controller - sal-common-impl - - - org.opendaylight.controller - sal-common-util - - io.netty - netty-codec-http + org.opendaylight.controller + threadpool-config-api @@ -120,6 +125,7 @@ org.json json 20131018 + test @@ -138,8 +144,8 @@ - org.eclipse.jetty - jetty-servlets + org.eclipse.jetty.websocket + websocket-servlet @@ -149,13 +155,18 @@ test - org.glassfish.jersey.bundles.repackaged - jersey-guava + org.glassfish.jersey.inject + jersey-hk2 + test + + + org.glassfish.jersey.media + jersey-media-sse test org.opendaylight.mdsal - mdsal-binding-dom-adapter + mdsal-binding-test-utils test @@ -175,34 +186,25 @@ test - org.opendaylight.infrautils - inject.guice.testutils + org.opendaylight.controller + threadpool-config-impl test - org.opendaylight.infrautils - infrautils-testutils + org.xmlunit + xmlunit-assertj test - org.opendaylight.netconf - ietf-restconf + net.javacrumbs.json-unit + json-unit-assertj + 2.28.0 test - - org.apache.aries.blueprint - blueprint-maven-plugin - - - - org.opendaylight.restconf - - - org.apache.felix maven-bundle-plugin @@ -213,6 +215,28 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/restconf8040.cfg + cfg + config + + + + + +