X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=features%2Fmdsal%2Fpom.xml;h=35edb286ab49a003389b9e2cf93b10d3123af674;hp=036d18fb859adb534507efe6c789694ffd3c2cc4;hb=8e8516351a527f6bafb1598d679547cfbbe029f9;hpb=be852eb7b2d122da61cad918a4f8cc672ecb5af5 diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index 036d18fb85..35edb286ab 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -17,9 +17,93 @@ + - org.opendaylight.yangtools - features-yangtools + org.json + json + + + + + com.google.code.gson + gson + + + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.datatype + jackson-datatype-json-org + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-base + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + + + + + com.sun.jersey + jersey-core + + + com.sun.jersey + jersey-server + + + com.sun.jersey + jersey-servlet + + + + + io.netty + netty-buffer + + + io.netty + netty-codec + + + io.netty + netty-codec-http + + + io.netty + netty-common + + + io.netty + netty-handler + + + io.netty + netty-transport + + + + + org.opendaylight.controller + features-akka + ${commons.opendaylight.version} features xml @@ -29,6 +113,12 @@ features xml + + org.opendaylight.controller + features-netconf + features + xml + org.opendaylight.controller features-config-persister @@ -41,44 +131,46 @@ features xml + org.opendaylight.controller - features-akka - ${commons.opendaylight.version} - features + md-sal-config + ${mdsal.version} xml + config + org.opendaylight.controller - sal-core-api + sal-akka-raft + ${mdsal.version} org.opendaylight.controller - sal-core-api + sal-common-api org.opendaylight.controller - sal-core-spi + sal-common-impl org.opendaylight.controller - sal-broker-impl + sal-common-util org.opendaylight.controller - sal-dom-xsql + sal-core-spi - org.opendaylight.controller - sal-karaf-xsql + sal-broker-impl + org.opendaylight.controller - sal-dom-xsql-config - config - xml + sal-karaf-xsql + org.opendaylight.controller sal-binding-api @@ -99,34 +191,22 @@ org.opendaylight.controller sal-connector-api + org.opendaylight.controller - sal-inmemory-datastore + sal-dom-xsql org.opendaylight.controller - md-sal-config - ${mdsal.version} - xml + sal-dom-xsql-config config + xml - - org.opendaylight.controller - sal-distributed-datastore - - - org.opendaylight.controller - sal-remoterpc-connector - + org.opendaylight.controller sal-clustering-commons - - org.opendaylight.controller - sal-akka-raft - ${mdsal.version} - org.opendaylight.controller sal-clustering-config @@ -155,72 +235,41 @@ xml config + org.opendaylight.controller - sal-netconf-connector - - - org.opendaylight.controller.model - model-inventory + sal-distributed-datastore + org.opendaylight.controller - netconf-config-dispatcher + sal-inmemory-datastore + + + org.opendaylight.controller + mdsal-netconf-connector + + + org.opendaylight.controller + mdsal-netconf-monitoring + + org.opendaylight.controller - netconf-connector-config - ${netconf.version} - xml - config + sal-netconf-connector org.opendaylight.controller - sal-rest-connector - - - com.google.code.gson - gson - - - com.sun.jersey - jersey-core - - - com.sun.jersey - jersey-server - - - com.sun.jersey - jersey-servlet - - - io.netty - netty-buffer - - - io.netty - netty-codec - - - io.netty - netty-codec-http - - - io.netty - netty-common - - - io.netty - netty-handler + sal-remote - io.netty - netty-transport + org.opendaylight.controller + sal-remoterpc-connector org.opendaylight.controller - sal-remote + sal-rest-connector org.opendaylight.controller @@ -230,34 +279,27 @@ config - org.opendaylight.controller.samples - sample-toaster - - - org.opendaylight.controller.samples - sample-toaster-provider + org.opendaylight.controller + sal-rest-docgen + - org.opendaylight.controller.samples - sample-toaster-consumer + org.opendaylight.controller + netconf-config-dispatcher - org.opendaylight.controller.samples - toaster-config - ${mdsal.version} + org.opendaylight.controller + netconf-connector-config + ${netconf.version} xml config + - org.opendaylight.controller.samples - clustering-it-model - ${mdsal.version} - - - org.opendaylight.controller.samples - clustering-it-provider - ${mdsal.version} + org.opendaylight.controller.model + model-inventory + org.opendaylight.controller.samples clustering-it-config @@ -270,56 +312,59 @@ clustering-it-config ${mdsal.version} xml - testmoduleshardconf + testmoduleconf org.opendaylight.controller.samples clustering-it-config ${mdsal.version} xml - testmoduleconf - - - org.opendaylight.controller - sal-rest-docgen - - - com.fasterxml.jackson.core - jackson-annotations + testmoduleshardconf - com.fasterxml.jackson.core - jackson-core + org.opendaylight.controller.samples + clustering-it-model + ${mdsal.version} - com.fasterxml.jackson.core - jackson-databind + org.opendaylight.controller.samples + clustering-it-provider + ${mdsal.version} + + - com.fasterxml.jackson.datatype - jackson-datatype-json-org + org.opendaylight.controller.samples + sample-toaster - com.fasterxml.jackson.module - jackson-module-jaxb-annotations + org.opendaylight.controller.samples + sample-toaster-consumer - com.fasterxml.jackson.jaxrs - jackson-jaxrs-base + org.opendaylight.controller.samples + sample-toaster-provider - com.fasterxml.jackson.jaxrs - jackson-jaxrs-json-provider + org.opendaylight.controller.samples + toaster-config + ${mdsal.version} + xml + config + + - org.json - json + org.opendaylight.yangtools + features-yangtools + features + xml + - org.opendaylight.yangtools + org.opendaylight.odlparent features-test - 0.7.0-SNAPSHOT @@ -376,10 +421,73 @@ ${commons.opendaylight.version} - org.opendaylight.yangtools:features-test + org.opendaylight.odlparent:features-test + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + unpack-static-documentation + + unpack-dependencies + + generate-resources + + ${project.build.directory}/generated-resources/swagger-api-documentation + sal-rest-docgen + **/explorer/css/**/*, **/explorer/images/**/*, **/explorer/lib/**/*, **/explorer/static/**/*, + true + false + + + + + + org.opendaylight.yangtools + yang-maven-plugin + ${yangtools.version} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + + org.opendaylight.yangtools + yang-binding + ${yangtools.version} + jar + + + org.opendaylight.controller + sal-rest-docgen-maven + ${mdsal.version} + jar + + + + + + generate-sources + + + src + + + org.opendaylight.controller.sal.rest.doc.maven.StaticDocGenerator + ${project.build.directory}/generated-resources/swagger-api-documentation/explorer/static + + + true + + + +