X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-remoterpc-connector%2Fimplementation%2Fpom.xml;h=cb2f5482d6ad3ea683ddf38a6e39c5db385d4c1b;hb=016027beca0cbcfcbb915aeed5b0e429097ed31c;hp=d5648a0625d87fd698aafbd132e45400aaf7186d;hpb=91d7c1ee52322acad08e9f81228ac36b3aa684f5;p=controller.git diff --git a/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml index d5648a0625..cb2f5482d6 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 @@ -114,19 +119,6 @@ org.mockito mockito-all - - org.powermock - powermock-module-junit4 - - - org.powermock - powermock-api-mockito - - - org.powermock - powermock-core - - @@ -145,8 +137,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 +152,7 @@ org.opendaylight.yangtools yang-maven-plugin - 0.5.9-SNAPSHOT + ${yangtools.version}