X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-remoterpc-connector%2Fimplementation%2Fpom.xml;h=28f0ef7d9f5290bb1d618cb891320af7758fd17f;hp=d5648a0625d87fd698aafbd132e45400aaf7186d;hb=b29204146ca6957b5f968e07d9e7e2052ba70ef1;hpb=c0081c3388499977ba1c736a4e344bdbb0f0787a diff --git a/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml index d5648a0625..28f0ef7d9f 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml @@ -80,7 +80,12 @@ org.slf4j slf4j-api - + + ch.qos.logback + logback-classic + 1.0.9 + test + com.fasterxml.jackson.core jackson-annotations @@ -145,8 +150,11 @@ org.opendaylight.controller.config.yang.md.sal.remote.rpc, - org.opendaylight.controller.sal.connector.remoterpc, - org.opendaylight.controller.sal.connector.remoterpc.* + org.opendaylight.controller.sal.connector.remoterpc.util, + org.opendaylight.controller.sal.connector.remoterpc.dto, + org.opendaylight.controller.sal.connector.remoterpc.RemoteRpcClient, + org.opendaylight.controller.sal.connector.remoterpc.RemoteRpcServer, + org.opendaylight.controller.sal.connector.remoterpc.RemoteRpcProvider ${project.groupId}.${project.artifactId} @@ -157,7 +165,7 @@ org.opendaylight.yangtools yang-maven-plugin - 0.5.9-SNAPSHOT + ${yangtools.version}