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=46f4a2366a29e444623a0dfe525f8914add2a82f;hp=d6ec2fd74dfe12cbc72b003f64ef6e36de6b8c46;hb=80aa861b74f7b0b3574f0962cdb45740ff71946c;hpb=f330b481b7f70fb165f423cc566214d1efddade8 diff --git a/opendaylight/md-sal/sal-rest-connector/pom.xml b/opendaylight/md-sal/sal-rest-connector/pom.xml index d6ec2fd74d..46f4a2366a 100644 --- a/opendaylight/md-sal/sal-rest-connector/pom.xml +++ b/opendaylight/md-sal/sal-rest-connector/pom.xml @@ -17,7 +17,6 @@ ${project.groupId} sal-core-api - 1.1-SNAPSHOT com.google.code.gson @@ -28,8 +27,8 @@ netty-codec-http - org.eclipse.xtend - org.eclipse.xtend.lib + org.apache.commons + commons-lang3 org.opendaylight.controller @@ -47,6 +46,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 @@ -54,7 +61,6 @@ org.jboss.resteasy jaxrs-api - 3.0.4.Final provided @@ -72,7 +78,6 @@ org.glassfish.jersey.test-framework.providers jersey-test-framework-provider-grizzly2 - 2.4 test @@ -80,6 +85,11 @@ mockito-all test + + org.opendaylight.controller + sal-common-util + test + @@ -92,10 +102,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 +111,6 @@ - - org.eclipse.xtend - xtend-maven-plugin -