From d1bb151d3042ac482dcadfb61cddaedeeb244634 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Tue, 21 Jan 2014 22:42:40 -0800 Subject: [PATCH] md-sal: commons-codec artifact version sync md-sal is using both 1.7 and 1.8 versions of commons-codec. The rest of the controller is using 1.7, so bring md-sal in line with that. Change-Id: I2a0e38874f857c30f34bf4f0e65becc35bc46f28 Signed-off-by: Chris Wright --- opendaylight/md-sal/test/sal-rest-connector-it/pom.xml | 2 +- opendaylight/md-sal/topology-lldp-discovery/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendaylight/md-sal/test/sal-rest-connector-it/pom.xml b/opendaylight/md-sal/test/sal-rest-connector-it/pom.xml index e49fb33780..c03833d72b 100644 --- a/opendaylight/md-sal/test/sal-rest-connector-it/pom.xml +++ b/opendaylight/md-sal/test/sal-rest-connector-it/pom.xml @@ -259,7 +259,7 @@ commons-codec commons-codec - 1.8 + 1.7 equinoxSDK381 diff --git a/opendaylight/md-sal/topology-lldp-discovery/pom.xml b/opendaylight/md-sal/topology-lldp-discovery/pom.xml index ed94c8dfb7..36c4f62138 100644 --- a/opendaylight/md-sal/topology-lldp-discovery/pom.xml +++ b/opendaylight/md-sal/topology-lldp-discovery/pom.xml @@ -71,7 +71,7 @@ commons-codec commons-codec - 1.8 + 1.7 org.opendaylight.controller -- 2.36.6