From de720d9b3ce0db8d90b992f67bfcb01465cb36c7 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Tue, 21 Jan 2014 19:34:38 -0800 Subject: [PATCH] sal-remoterpc-connector: sync ch.qos.logback:logback-classic version The following commit: 8079442 Enhancements to remote rpc server. Using zmq router-dealer bridge introduced a new version dependency on ch.qos.logback:logback-classic. Let's make this dependency consisten with the rest of the project by moving from 1.0.12 back to 1.0.9. Change-Id: I3bd7e3ce7d5c4af36fad8ddf7ee883117d9c4386 Signed-off-by: Chris Wright --- .../md-sal/sal-remoterpc-connector/implementation/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml b/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml index 58a0d3044a..28f0ef7d9f 100644 --- a/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml +++ b/opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml @@ -83,7 +83,7 @@ ch.qos.logback logback-classic - 1.0.12 + 1.0.9 test -- 2.36.6