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=c2d245badbca059dfbff3d7bdbf2b50ba30efa1d;hp=2d24e6671118048d8f0ac6e72065b89d9974003c;hb=b80124e3f7b11cf2f5e5bd4a6b033d855ff4d0d4;hpb=1b5c570dca4f7d273d08f109cdff8f731eac43c4 diff --git a/opendaylight/md-sal/sal-rest-connector/pom.xml b/opendaylight/md-sal/sal-rest-connector/pom.xml index 2d24e66711..c2d245badb 100644 --- a/opendaylight/md-sal/sal-rest-connector/pom.xml +++ b/opendaylight/md-sal/sal-rest-connector/pom.xml @@ -1,41 +1,39 @@ - + + 4.0.0 org.opendaylight.controller sal-parent - 1.0-SNAPSHOT + 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 - + bundle ${project.groupId} - sal-core-api - 1.0-SNAPSHOT + sal-connector-api ${project.groupId} - sal-connector-api + sal-core-api + 1.1-SNAPSHOT - org.eclipse.xtend - org.eclipse.xtend.lib + com.google.code.gson + gson - org.slf4j - slf4j-api + io.netty + netty-codec-http - org.jboss.resteasy - jaxrs-api - 3.0.4.Final - provided + org.apache.commons + commons-lang3 + + + org.opendaylight.controller + sal-remote org.opendaylight.yangtools @@ -46,31 +44,37 @@ yang-model-util - com.google.code.gson - gson - 2.2.4 + org.opendaylight.yangtools + yang-parser-impl - - - junit - junit - test + org.opendaylight.yangtools.model + ietf-restconf - org.mockito - mockito-all - test + org.opendaylight.yangtools.model + ietf-yang-types-20130715 + + + org.slf4j + slf4j-api + + + org.jboss.resteasy + jaxrs-api + 3.0.4.Final + provided ch.qos.logback logback-classic - 1.0.9 test + + - org.opendaylight.yangtools - yang-parser-impl + junit + junit test @@ -79,14 +83,20 @@ 2.4 test + + org.mockito + mockito-all + test + + + org.opendaylight.controller + sal-common-util + test + - - org.eclipse.xtend - xtend-maven-plugin - org.apache.felix maven-bundle-plugin @@ -94,17 +104,11 @@ MD SAL Restconf Connector - - org.opendaylight.controller.sal.rest.*, - org.opendaylight.controller.sal.restconf.impl, - org.eclipse.xtend2.lib, - org.eclipse.xtend.lib, - org.eclipse.xtext.xbase.*, - - - *, - com.sun.jersey.spi.container.servlet - + org.opendaylight.controller.sal.rest.*, + org.opendaylight.controller.sal.restconf.rpc.*, + org.opendaylight.controller.sal.restconf.impl, + *, + com.sun.jersey.spi.container.servlet org.opendaylight.controller.sal.rest.impl.RestconfProvider /restconf @@ -112,5 +116,10 @@ - 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 +