X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fpom.xml;h=09fb5b3677538442f154f4ca4a16cbdc4cf05647;hp=4aa3824e615aef1dd528d30a69ae73f39e358de8;hb=9c3a7d1aa13908ee5f0be33b63dfd2467af551be;hpb=59cb3e27630fb1fd965152f9e1584213e89fa62f diff --git a/opendaylight/md-sal/sal-rest-connector/pom.xml b/opendaylight/md-sal/sal-rest-connector/pom.xml index 4aa3824e61..09fb5b3677 100644 --- a/opendaylight/md-sal/sal-rest-connector/pom.xml +++ b/opendaylight/md-sal/sal-rest-connector/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -6,36 +7,44 @@ 1.1-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 - HEAD - + bundle + + ${project.groupId} + sal-connector-api + ${project.groupId} sal-core-api - 1.1-SNAPSHOT ${project.groupId} - sal-connector-api + sal-binding-config - org.eclipse.xtend - org.eclipse.xtend.lib + ${project.groupId} + config-api - org.slf4j - slf4j-api + com.google.code.gson + gson - org.jboss.resteasy - jaxrs-api - 3.0.4.Final - provided + io.netty + netty-codec-http + + + org.apache.commons + commons-lang3 + + + org.opendaylight.controller + sal-common-util + + + org.opendaylight.controller + sal-remote org.opendaylight.yangtools @@ -45,53 +54,61 @@ org.opendaylight.yangtools yang-model-util - - com.google.code.gson - gson - org.opendaylight.yangtools yang-parser-impl - io.netty - netty-codec-http + org.opendaylight.yangtools.model + ietf-restconf - org.opendaylight.controller - sal-remote - - - + org.opendaylight.yangtools.model + ietf-yang-types-20130715 + - junit - junit - test + org.opendaylight.yangtools.model + ietf-inet-types - org.mockito - mockito-all - test + org.slf4j + slf4j-api + + + org.jboss.resteasy + jaxrs-api + provided ch.qos.logback logback-classic test + + + + junit + junit + test + org.glassfish.jersey.test-framework.providers jersey-test-framework-provider-grizzly2 - 2.4 test + + org.mockito + mockito-all + test + + + org.opendaylight.controller + sal-core-spi + - - org.eclipse.xtend - xtend-maven-plugin - org.apache.felix maven-bundle-plugin @@ -99,23 +116,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.opendaylight.controller.sal.rest.impl.RestconfProvider + *, + com.sun.jersey.spi.container.servlet /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 +