From a78b8785a9cab7249479835b7a5ae2e195b08d7f Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Tue, 21 Jan 2014 23:47:44 -0800 Subject: [PATCH] md-sal: sync commons-lang dependency topology-lldp-discovery is currently specifying 2.6 commons-lang dependency whereas the controller is dependent on 2.4. Bring md-sal in sync w/ the controller by dropping back to 2.4. Change-Id: Ifb340ceef25f866cf606c4733ade80e78aea0e31 Signed-off-by: Chris Wright --- opendaylight/md-sal/topology-lldp-discovery/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/md-sal/topology-lldp-discovery/pom.xml b/opendaylight/md-sal/topology-lldp-discovery/pom.xml index 36c4f62138..aa4210ee57 100644 --- a/opendaylight/md-sal/topology-lldp-discovery/pom.xml +++ b/opendaylight/md-sal/topology-lldp-discovery/pom.xml @@ -62,7 +62,7 @@ commons-lang commons-lang - 2.6 + 2.4 com.google.guava -- 2.36.6