X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=features%2Fmdsal%2Fpom.xml;h=5be0061698ab3947d63323cd3390ebdc8771dd7b;hp=2983c5efab8fb21031991fe6af248032eb842365;hb=589bf833089d2aef2113bb5e493ee8c6816df19f;hpb=c12b1a72f126b4679a2428de2e99d8253e19c213 diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index 2983c5efab..6159922183 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -4,18 +4,320 @@ org.opendaylight.controller sal-parent - 1.1-SNAPSHOT + 1.2.0-SNAPSHOT ../../opendaylight/md-sal - mdsal-features + features-mdsal - pom + jar features.xml + 20131018 - + + + org.opendaylight.yangtools + features-yangtools + features + xml + + + org.opendaylight.controller + features-config + features + xml + + + org.opendaylight.controller + features-config-persister + features + xml + + + org.opendaylight.controller + features-config-netty + features + xml + + + org.opendaylight.controller + features-akka + ${commons.opendaylight.version} + features + xml + + + org.opendaylight.controller + sal-core-api + + + org.opendaylight.controller + sal-core-spi + + + org.opendaylight.controller + sal-broker-impl + + + org.opendaylight.controller + sal-dom-xsql + + + + org.opendaylight.controller + sal-karaf-xsql + + + org.opendaylight.controller + sal-dom-xsql-config + config + xml + + + org.opendaylight.controller + sal-binding-api + + + org.opendaylight.controller + sal-binding-config + + + org.opendaylight.controller + sal-binding-broker-impl + + + org.opendaylight.controller + sal-binding-util + + + org.opendaylight.controller + sal-connector-api + + + org.opendaylight.controller + sal-inmemory-datastore + + + org.opendaylight.controller + md-sal-config + ${mdsal.version} + xml + config + + + 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 + ${mdsal.version} + xml + moduleshardconf + + + org.opendaylight.controller + sal-clustering-config + ${mdsal.version} + xml + moduleconf + + + org.opendaylight.controller + sal-clustering-config + ${mdsal.version} + xml + akkaconf + + + org.opendaylight.controller + sal-clustering-config + ${mdsal.version} + xml + config + + + org.opendaylight.controller + sal-netconf-connector + + + org.opendaylight.controller.model + model-inventory + + + org.opendaylight.controller + netconf-config-dispatcher + + + org.opendaylight.controller + netconf-connector-config + ${netconf.version} + xml + config + + + 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 + + + io.netty + netty-transport + + + org.opendaylight.controller + sal-remote + + + org.opendaylight.controller + sal-rest-connector-config + ${mdsal.version} + xml + config + + + org.opendaylight.controller.samples + sample-toaster + + + org.opendaylight.controller.samples + sample-toaster-provider + + + org.opendaylight.controller.samples + sample-toaster-consumer + + + org.opendaylight.controller.samples + toaster-config + ${mdsal.version} + xml + config + + + org.opendaylight.controller.samples + clustering-it-model + ${mdsal.version} + + + org.opendaylight.controller.samples + clustering-it-provider + ${mdsal.version} + + + org.opendaylight.controller.samples + clustering-it-config + ${mdsal.version} + xml + config + + + org.opendaylight.controller.samples + clustering-it-config + ${mdsal.version} + xml + testmoduleshardconf + + + org.opendaylight.controller.samples + clustering-it-config + ${mdsal.version} + xml + testmoduleconf + + + org.opendaylight.controller + sal-rest-docgen + + + 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 + + + org.json + json + + + + org.opendaylight.yangtools + features-test + 0.7.0-SNAPSHOT + + @@ -60,6 +362,83 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + + org.opendaylight.controller + opendaylight-karaf-empty + ${commons.opendaylight.version} + + + org.opendaylight.yangtools: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 + ${mdsal.version} + jar + + + + + + generate-sources + + + src + + + org.opendaylight.controller.sal.rest.doc.impl.StaticDocGenerator + ${project.build.directory}/generated-resources/swagger-api-documentation/explorer/static + + + true + + + +