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=b760263967864947268a3cc34df07e0a309e581b;hp=a4d2f4ca25d729b68eaabebf4e84d444d72b800c;hb=e0e75c0ba8bc5ad014c4a8d200465d7d02a3934c;hpb=c24246d2ae43ab30f1a80218cb90ed538db8d25c diff --git a/opendaylight/md-sal/sal-rest-connector/pom.xml b/opendaylight/md-sal/sal-rest-connector/pom.xml index a4d2f4ca25..b760263967 100644 --- a/opendaylight/md-sal/sal-rest-connector/pom.xml +++ b/opendaylight/md-sal/sal-rest-connector/pom.xml @@ -1,3 +1,4 @@ + 4.0.0 @@ -6,36 +7,36 @@ 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 - HEAD - + bundle ${project.groupId} - sal-core-api - 1.1-SNAPSHOT + sal-connector-api ${project.groupId} - sal-connector-api + sal-core-api - 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-common-util + + + org.opendaylight.controller + sal-remote org.opendaylight.yangtools @@ -45,52 +46,53 @@ org.opendaylight.yangtools yang-model-util - - com.google.code.gson - gson - 2.2.4 - org.opendaylight.yangtools yang-parser-impl - io.netty - netty-codec-http - 4.0.10.Final + org.opendaylight.yangtools.model + ietf-restconf - - - junit - junit - test + org.opendaylight.yangtools.model + ietf-yang-types-20130715 - org.mockito - mockito-all - test + org.slf4j + slf4j-api + + + org.jboss.resteasy + jaxrs-api + provided ch.qos.logback logback-classic - 1.0.9 + 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 @@ -98,17 +100,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 @@ -116,5 +112,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 +