X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fpom.xml;h=c2d245badbca059dfbff3d7bdbf2b50ba30efa1d;hb=63ebb308c97fc06eafe813c347f9c8d7cde541eb;hp=d6ec2fd74dfe12cbc72b003f64ef6e36de6b8c46;hpb=0d896bf5699afcb1083d73c90a2669aace28d4c4;p=controller.git diff --git a/opendaylight/md-sal/sal-rest-connector/pom.xml b/opendaylight/md-sal/sal-rest-connector/pom.xml index d6ec2fd74d..c2d245badb 100644 --- a/opendaylight/md-sal/sal-rest-connector/pom.xml +++ b/opendaylight/md-sal/sal-rest-connector/pom.xml @@ -28,8 +28,8 @@ netty-codec-http - org.eclipse.xtend - org.eclipse.xtend.lib + org.apache.commons + commons-lang3 org.opendaylight.controller @@ -47,6 +47,14 @@ org.opendaylight.yangtools yang-parser-impl + + org.opendaylight.yangtools.model + ietf-restconf + + + org.opendaylight.yangtools.model + ietf-yang-types-20130715 + org.slf4j slf4j-api @@ -80,6 +88,11 @@ mockito-all test + + org.opendaylight.controller + sal-common-util + test + @@ -92,10 +105,8 @@ 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.restconf.rpc.*, + org.opendaylight.controller.sal.restconf.impl, *, com.sun.jersey.spi.container.servlet org.opendaylight.controller.sal.rest.impl.RestconfProvider @@ -103,10 +114,6 @@ - - org.eclipse.xtend - xtend-maven-plugin -