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=b760263967864947268a3cc34df07e0a309e581b;hp=fe00ab1836dbf7326d2a3352b86c018b4cce139d;hb=ce545d9c00a5d1be4189a09c8205cda702ecb27b;hpb=04a788d2df5303c60cdbcff02254291f411566bd diff --git a/opendaylight/md-sal/sal-rest-connector/pom.xml b/opendaylight/md-sal/sal-rest-connector/pom.xml index fe00ab1836..49c654c680 100644 --- a/opendaylight/md-sal/sal-rest-connector/pom.xml +++ b/opendaylight/md-sal/sal-rest-connector/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.1-SNAPSHOT + 1.3.0-SNAPSHOT sal-rest-connector bundle @@ -17,7 +17,14 @@ ${project.groupId} sal-core-api - 1.1-SNAPSHOT + + + ${project.groupId} + sal-dom-config + + + ${project.groupId} + config-api com.google.code.gson @@ -27,6 +34,22 @@ 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 @@ -43,6 +66,18 @@ org.opendaylight.yangtools yang-parser-impl + + org.opendaylight.yangtools.model + ietf-restconf + + + org.opendaylight.yangtools.model + ietf-yang-types-20130715 + + + org.opendaylight.yangtools.model + ietf-inet-types + org.slf4j slf4j-api @@ -50,9 +85,29 @@ org.jboss.resteasy jaxrs-api - 3.0.4.Final provided + + org.opendaylight.controller + sal-core-spi + + + org.opendaylight.yangtools + yang-data-codec-gson + + + org.opendaylight.yangtools + yang-model-export + + 0.8.0-SNAPSHOT + + + + net.java.dev.stax-utils + stax-utils + 20070216 + + ch.qos.logback logback-classic @@ -68,7 +123,6 @@ org.glassfish.jersey.test-framework.providers jersey-test-framework-provider-grizzly2 - 2.4 test @@ -88,18 +142,50 @@ MD SAL Restconf Connector org.opendaylight.controller.sal.rest.*, - org.opendaylight.controller.sal.restconf.impl, + org.opendaylight.controller.sal.restconf.rpc.*, + org.opendaylight.controller.sal.restconf.impl, + org.opendaylight.controller.md.sal.rest.common.*, + 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, org.eclipse.jetty.servlets + stax-utils /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 + + + + - scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL