X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fpom.xml;h=4a9684717574e8d55741abb62741cdfaf875b305;hb=37b37e348a362f31e01077753cee1c6bdaa645dc;hp=b28e9677b6897f30b163525b897bd027fbfc783e;hpb=ce23509536c00cb2649c36b4b64ac261946445a1;p=controller.git diff --git a/opendaylight/md-sal/sal-rest-connector/pom.xml b/opendaylight/md-sal/sal-rest-connector/pom.xml index b28e9677b6..4a96847175 100644 --- a/opendaylight/md-sal/sal-rest-connector/pom.xml +++ b/opendaylight/md-sal/sal-rest-connector/pom.xml @@ -1,46 +1,131 @@ - + + 4.0.0 org.opendaylight.controller sal-parent - 1.0-SNAPSHOT + 1.2.0-SNAPSHOT sal-rest-connector - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - + bundle + + ${project.groupId} + sal-connector-api + ${project.groupId} sal-core-api - 1.0-SNAPSHOT ${project.groupId} - sal-connector-api + sal-binding-config + + + ${project.groupId} + config-api + + + com.google.code.gson + gson + + + io.netty + netty-codec-http + + + org.apache.commons + commons-lang3 + + + org.opendaylight.controller + sal-common-util + + + org.opendaylight.controller + sal-common-impl + + + org.opendaylight.controller + sal-binding-broker-impl + + + org.opendaylight.controller + sal-remote + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-model-util + + + org.opendaylight.yangtools + yang-parser-impl + + + org.opendaylight.yangtools.model + ietf-restconf + + + org.opendaylight.yangtools.model + ietf-yang-types-20130715 - org.eclipse.xtend - org.eclipse.xtend.lib + org.opendaylight.yangtools.model + ietf-inet-types + + + org.slf4j + slf4j-api org.jboss.resteasy jaxrs-api - 3.0.4.Final provided + + org.opendaylight.controller + sal-core-spi + + + org.opendaylight.yangtools + yang-data-composite-node + + + org.opendaylight.yangtools + yang-data-codec-gson + + + + ch.qos.logback + logback-classic + test + + + + + junit + junit + test + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-grizzly2 + test + + + org.mockito + mockito-all + test + - - org.eclipse.xtend - xtend-maven-plugin - org.apache.felix maven-bundle-plugin @@ -48,17 +133,51 @@ MD SAL Restconf Connector - - org.opendaylight.controller.sal.rest.*, + org.opendaylight.controller.sal.rest.*, + org.opendaylight.controller.sal.restconf.rpc.*, org.opendaylight.controller.sal.restconf.impl, - org.eclipse.xtend2.lib, - org.eclipse.xtend.lib, - org.eclipse.xtext.xbase.* + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.rest.connector.rev140724.*, + *, + com.sun.jersey.spi.container.servlet, org.eclipse.jetty.servlets + /restconf + + org.opendaylight.yangtools + yang-maven-plugin + + + config + + generate-sources + + + + + org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator + ${jmxGeneratorPath} + + urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang + + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + true + + + + - bundle + + scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:ssh://git.opendaylight.org:29418/controller.git + HEAD + https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL +