X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-rfc8040%2Fpom.xml;h=26f097b4a7a1349c12759e30f54babd2b533b0a0;hb=fd7648ab0b94c9cdec4a9e96672bb918efdedf8d;hp=36c2d664f0a9d4bfe2faa643df56f64e4bae7633;hpb=3eee35de23067ef52ae5bb7e3dc33913a8b774cb;p=netconf.git diff --git a/restconf/restconf-nb-rfc8040/pom.xml b/restconf/restconf-nb-rfc8040/pom.xml index 36c2d664f0..26f097b4a7 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.12.0-SNAPSHOT - ../restconf-parent + netconf-parent + 3.0.7 + ../../parent - org.opendaylight.netconf restconf-nb-rfc8040 - 1.12.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,7 +41,23 @@ 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 @@ -59,17 +68,22 @@ netconf-dom-api + + org.opendaylight.odlparent + logging-markers + + org.opendaylight.yangtools yang-data-api org.opendaylight.yangtools - yang-data-impl + yang-data-util org.opendaylight.yangtools - yang-parser-impl + yang-data-impl org.opendaylight.yangtools @@ -92,19 +106,10 @@ yang-model-export - - org.opendaylight.mdsal.binding.model.ietf - rfc6991-ietf-yang-types - - org.opendaylight.mdsal mdsal-dom-spi - - org.opendaylight.controller - sal-common-util - org.opendaylight.controller @@ -114,19 +119,6 @@ net.java.dev.stax-utils stax-utils - - - - com.bea.xml - jsr173-ri - - - - - - org.json - json - 20131018 @@ -144,13 +136,9 @@ aaa-filterchain - - org.eclipse.jetty - jetty-servlets - org.eclipse.jetty.websocket - websocket-server + websocket-servlet @@ -164,6 +152,11 @@ jersey-hk2 test + + org.glassfish.jersey.media + jersey-media-sse + test + org.opendaylight.mdsal mdsal-binding-test-utils @@ -175,6 +168,12 @@ test-jar test + + org.json + json + 20220924 + test + org.skyscreamer jsonassert @@ -186,34 +185,30 @@ test - org.opendaylight.infrautils - inject.guice.testutils + org.opendaylight.controller + threadpool-config-impl test - org.opendaylight.netconf - ietf-restconf + org.mockito + mockito-core test - org.opendaylight.controller - threadpool-config-impl + org.xmlunit + xmlunit-assertj + test + + + net.javacrumbs.json-unit + json-unit-assertj + 2.36.0 test - - org.apache.aries.blueprint - blueprint-maven-plugin - - - - org.opendaylight.restconf - - - org.apache.felix maven-bundle-plugin @@ -224,6 +219,28 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/restconf8040.cfg + cfg + config + + + + + +