X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-rfc8040%2Fpom.xml;h=45585124bf08d5c22c43165fbdb56f650bc08f40;hb=c2baf51aa870d005561658057b0674d66177d813;hp=d31099f61b773d1d4a2faf4691db3ad2f4931163;hpb=222da8475ea0ceb437e71832fd30bc31c7dfe4f4;p=netconf.git diff --git a/restconf/restconf-nb-rfc8040/pom.xml b/restconf/restconf-nb-rfc8040/pom.xml index d31099f61b..45585124bf 100644 --- a/restconf/restconf-nb-rfc8040/pom.xml +++ b/restconf/restconf-nb-rfc8040/pom.xml @@ -13,16 +13,31 @@ org.opendaylight.netconf restconf-parent - 1.9.0-SNAPSHOT + 2.0.0-SNAPSHOT ../restconf-parent org.opendaylight.netconf restconf-nb-rfc8040 - 1.9.0-SNAPSHOT + 2.0.0-SNAPSHOT bundle + + javax.annotation + javax.annotation-api + true + + + com.guicedee.services + javax.inject + true + + + org.apache.aries.blueprint + blueprint-maven-plugin-annotation + true + org.opendaylight.netconf restconf-common-models @@ -33,12 +48,28 @@ 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 netconf-api + + org.opendaylight.netconf + netconf-dom-api + org.opendaylight.yangtools @@ -59,7 +90,6 @@ org.opendaylight.yangtools yang-data-codec-xml - 2.1.8 org.opendaylight.yangtools @@ -74,37 +104,33 @@ 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 net.java.dev.stax-utils stax-utils + + + + com.bea.xml + jsr173-ri + + org.json json + 20131018 + test @@ -123,8 +149,8 @@ - org.eclipse.jetty - jetty-servlets + org.eclipse.jetty.websocket + websocket-server @@ -134,13 +160,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 @@ -154,10 +185,41 @@ 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.18.1 + test + + + org.apache.aries.blueprint + blueprint-maven-plugin + + + + org.opendaylight.restconf + + + org.apache.felix maven-bundle-plugin @@ -168,6 +230,28 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/restconf8040.cfg + cfg + config + + + + + +