X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-rfc8040%2Fpom.xml;h=fb27221d523709868b8d97438b2ca51fc2aa1d9d;hb=9d32f18d32e5e3bab1db9c54bc811d2f89a70e6e;hp=4ace68941336c66c8d2103280ebb94b478e294c9;hpb=57bcac385acfdc4255d1e67e7da6e348feba6630;p=netconf.git diff --git a/restconf/restconf-nb-rfc8040/pom.xml b/restconf/restconf-nb-rfc8040/pom.xml index 4ace689413..fb27221d52 100644 --- a/restconf/restconf-nb-rfc8040/pom.xml +++ b/restconf/restconf-nb-rfc8040/pom.xml @@ -13,13 +13,13 @@ org.opendaylight.netconf restconf-parent - 1.10.0-SNAPSHOT + 1.13.0-SNAPSHOT ../restconf-parent org.opendaylight.netconf restconf-nb-rfc8040 - 1.10.0-SNAPSHOT + 1.13.0-SNAPSHOT bundle @@ -31,6 +31,7 @@ javax.inject javax.inject + true org.apache.aries.blueprint @@ -53,6 +54,10 @@ org.opendaylight.netconf netconf-api + + org.opendaylight.netconf + netconf-dom-api + org.opendaylight.yangtools @@ -96,28 +101,32 @@ 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 @@ -136,8 +145,12 @@ - org.eclipse.jetty - jetty-servlets + org.eclipse.jetty.websocket + websocket-server + + + org.glassfish.jersey.media + jersey-media-sse @@ -147,13 +160,13 @@ test - org.glassfish.jersey.bundles.repackaged - jersey-guava + org.glassfish.jersey.inject + jersey-hk2 test org.opendaylight.mdsal - mdsal-binding-dom-adapter + mdsal-binding-test-utils test @@ -178,13 +191,13 @@ test - org.opendaylight.infrautils - infrautils-testutils + org.opendaylight.netconf + ietf-restconf test - org.opendaylight.netconf - ietf-restconf + org.opendaylight.controller + threadpool-config-impl test @@ -194,6 +207,12 @@ org.apache.aries.blueprint blueprint-maven-plugin + + + + org.opendaylight.restconf + + org.apache.felix @@ -205,6 +224,28 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/restconf8040.cfg + cfg + config + + + + + +