X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fpom.xml;h=fe00ab1836dbf7326d2a3352b86c018b4cce139d;hb=32674123f97aecb36a57927389fcc1bb9d92c3f8;hp=b28e9677b6897f30b163525b897bd027fbfc783e;hpb=ce23509536c00cb2649c36b4b64ac261946445a1;p=controller.git diff --git a/opendaylight/md-sal/sal-rest-connector/pom.xml b/opendaylight/md-sal/sal-rest-connector/pom.xml index b28e9677b6..fe00ab1836 100644 --- a/opendaylight/md-sal/sal-rest-connector/pom.xml +++ b/opendaylight/md-sal/sal-rest-connector/pom.xml @@ -1,31 +1,51 @@ - + + 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 + + + com.google.code.gson + gson + + + io.netty + netty-codec-http + + + org.opendaylight.controller + sal-remote + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-model-util - org.eclipse.xtend - org.eclipse.xtend.lib + org.opendaylight.yangtools + yang-parser-impl + + + org.slf4j + slf4j-api org.jboss.resteasy @@ -33,14 +53,33 @@ 3.0.4.Final 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.eclipse.xtend - xtend-maven-plugin - org.apache.felix maven-bundle-plugin @@ -48,17 +87,21 @@ 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.* - + org.opendaylight.controller.sal.rest.*, + org.opendaylight.controller.sal.restconf.impl, + *, + com.sun.jersey.spi.container.servlet + org.opendaylight.controller.sal.rest.impl.RestconfProvider + /restconf - 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 +