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=3fcecfd9296c91d4731506570ddb643738332ab0;hp=e4c7c0c64799cb31adb93425301b4ba94a44806e;hb=1e884647502a8d91f8a57bde8193c60b9bbcce0d;hpb=c6ab5fdef3d0cc6fac96cb960839168ed7906b3a diff --git a/opendaylight/md-sal/sal-rest-connector/pom.xml b/opendaylight/md-sal/sal-rest-connector/pom.xml index e4c7c0c647..3fcecfd929 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.2.0-SNAPSHOT sal-rest-connector bundle @@ -17,7 +17,14 @@ ${project.groupId} sal-core-api - 1.1-SNAPSHOT + + + ${project.groupId} + sal-binding-config + + + ${project.groupId} + config-api com.google.code.gson @@ -31,6 +38,18 @@ 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 @@ -55,6 +74,10 @@ org.opendaylight.yangtools.model ietf-yang-types-20130715 + + org.opendaylight.yangtools.model + ietf-inet-types + org.slf4j slf4j-api @@ -62,9 +85,23 @@ 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.7.0-SNAPSHOT + + ch.qos.logback logback-classic @@ -80,7 +117,6 @@ org.glassfish.jersey.test-framework.providers jersey-test-framework-provider-grizzly2 - 2.4 test @@ -101,14 +137,44 @@ MD SAL Restconf Connector org.opendaylight.controller.sal.rest.*, org.opendaylight.controller.sal.restconf.rpc.*, - org.opendaylight.controller.sal.restconf.impl, + 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 /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 + + + +