sal-remoterpc-connector: sync ch.qos.logback:logback-classic version 38/4538/1
authorChris Wright <chrisw@sous-sol.org>
Wed, 22 Jan 2014 03:34:38 +0000 (19:34 -0800)
committerChris Wright <chrisw@sous-sol.org>
Wed, 22 Jan 2014 03:34:38 +0000 (19:34 -0800)
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 <chrisw@sous-sol.org>
opendaylight/md-sal/sal-remoterpc-connector/implementation/pom.xml

index 58a0d3044aa196e5c102011d9ea904a2d7d3d19e..28f0ef7d9f5290bb1d618cb891320af7758fd17f 100644 (file)
@@ -83,7 +83,7 @@
     <dependency>
       <groupId> ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
-      <version>1.0.12</version>
+      <version>1.0.9</version>
       <scope>test</scope>
     </dependency>
     <dependency>