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=d6ec2fd74dfe12cbc72b003f64ef6e36de6b8c46;hb=9c3a7d1aa13908ee5f0be33b63dfd2467af551be;hpb=cc91da381bbe5bc49b3c234d562fe72bd542964f diff --git a/opendaylight/md-sal/sal-rest-connector/pom.xml b/opendaylight/md-sal/sal-rest-connector/pom.xml index d6ec2fd74d..09fb5b3677 100644 --- a/opendaylight/md-sal/sal-rest-connector/pom.xml +++ b/opendaylight/md-sal/sal-rest-connector/pom.xml @@ -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 @@ -28,8 +35,12 @@ netty-codec-http - org.eclipse.xtend - org.eclipse.xtend.lib + org.apache.commons + commons-lang3 + + + org.opendaylight.controller + sal-common-util org.opendaylight.controller @@ -47,6 +58,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 @@ -54,7 +77,6 @@ org.jboss.resteasy jaxrs-api - 3.0.4.Final provided @@ -72,7 +94,6 @@ org.glassfish.jersey.test-framework.providers jersey-test-framework-provider-grizzly2 - 2.4 test @@ -80,6 +101,10 @@ mockito-all test + + org.opendaylight.controller + sal-core-spi + @@ -92,20 +117,43 @@ MD SAL Restconf Connector 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 /restconf - org.eclipse.xtend - xtend-maven-plugin + 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 + + +