X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fpom.xml;h=fe00ab1836dbf7326d2a3352b86c018b4cce139d;hb=32674123f97aecb36a57927389fcc1bb9d92c3f8;hp=24ac2467f04cdb418e0ff8cb8546295bb3c306fc;hpb=25563418e1867be44ab8d829db30360df60ee1c9;p=controller.git diff --git a/opendaylight/md-sal/sal-rest-connector/pom.xml b/opendaylight/md-sal/sal-rest-connector/pom.xml index 24ac2467f0..fe00ab1836 100644 --- a/opendaylight/md-sal/sal-rest-connector/pom.xml +++ b/opendaylight/md-sal/sal-rest-connector/pom.xml @@ -1,31 +1,47 @@ - + + 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.eclipse.xtend - org.eclipse.xtend.lib + org.opendaylight.controller + sal-remote + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-model-util + + + org.opendaylight.yangtools + yang-parser-impl org.slf4j @@ -37,44 +53,33 @@ 3.0.4.Final provided - - - junit - junit + ch.qos.logback + logback-classic test + + - org.mockito - mockito-all + junit + junit test - ch.qos.logback - logback-classic - 1.0.9 + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-grizzly2 + 2.4 test - org.opendaylight.yangtools - yang-parser-impl - ${yang.version} - test - - - org.opendaylight.yangtools - yang-data-impl - ${yang.version} + org.mockito + mockito-all test - - org.eclipse.xtend - xtend-maven-plugin - org.apache.felix maven-bundle-plugin @@ -82,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 +