X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb%2Fpom.xml;h=5eb504ecc484731e81027188863169fa07b92717;hb=6a5bc617412836172d090179d7b5f907bd6b649e;hp=78e6d4accf419de4d8bd5f8c83712e1c0e298182;hpb=8128ef73f717b0622d89c5595f4bfd5daefb4289;p=netconf.git diff --git a/restconf/restconf-nb/pom.xml b/restconf/restconf-nb/pom.xml index 78e6d4accf..5eb504ecc4 100644 --- a/restconf/restconf-nb/pom.xml +++ b/restconf/restconf-nb/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.netconf netconf-parent - 4.0.3-SNAPSHOT + 7.0.2 ../../parent @@ -21,6 +21,11 @@ bundle + + com.github.spotbugs + spotbugs-annotations + true + com.google.code.gson gson @@ -54,7 +59,31 @@ true provided + + org.eclipse.jdt + org.eclipse.jdt.annotation + + + org.osgi + org.osgi.framework + + + org.osgi + org.osgi.service.component + + + org.osgi + org.osgi.service.component.annotations + + + org.osgi + org.osgi.service.metatype.annotations + + + org.opendaylight.netconf + restconf-api + org.opendaylight.netconf restconf-common-models @@ -81,6 +110,10 @@ org.opendaylight.yangtools concepts + + org.opendaylight.yangtools + rfc8040-model-api + org.opendaylight.yangtools util @@ -117,14 +150,6 @@ org.opendaylight.yangtools yang-model-api - - org.opendaylight.yangtools - yang-model-ri - - - org.opendaylight.yangtools - yang-model-spi - org.opendaylight.yangtools yang-model-util @@ -133,14 +158,6 @@ org.opendaylight.yangtools yang-model-export - - org.opendaylight.yangtools - yang-repo-api - - - org.opendaylight.yangtools - yang-xpath-api - org.opendaylight.mdsal @@ -160,7 +177,7 @@ org.opendaylight.mdsal.binding.model.ietf - rfc6991-ietf-yang-types + rfc6991-ietf-inet-types org.opendaylight.mdsal.binding.model.ietf @@ -171,19 +188,14 @@ rfc8072 - org.opendaylight.mdsal.binding.model.ietf - rfc8525 + org.opendaylight.netconf.model + rfc6243 org.opendaylight.netconf.model rfc8040-ietf-restconf-monitoring - - org.opendaylight.controller - threadpool-config-api - - net.java.dev.stax-utils stax-utils @@ -212,6 +224,14 @@ org.eclipse.jetty.websocket websocket-servlet + + org.eclipse.jetty.websocket + websocket-server + + + org.opendaylight.netconf + yanglib-mdsal-writer + @@ -257,7 +277,7 @@ org.json json - 20220924 + 20240303 test @@ -271,11 +291,6 @@ testutils test - - org.opendaylight.controller - threadpool-config-impl - test - org.mockito mockito-core @@ -289,7 +304,12 @@ net.javacrumbs.json-unit json-unit-assertj - 2.36.0 + 3.0.0 + test + + + org.opendaylight.netconf + netconf-test-models test @@ -302,32 +322,11 @@ true - MD SAL Restconf Connector + Restconf Connector + org.eclipse.jetty.websocket.server, * - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts - - attach-artifact - - package - - - - ${project.build.directory}/classes/restconf8040.cfg - cfg - config - - - - - -