md-sal: sync commons-lang dependency 51/4551/2
authorChris Wright <chrisw@sous-sol.org>
Wed, 22 Jan 2014 07:47:44 +0000 (23:47 -0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 24 Jan 2014 11:59:00 +0000 (11:59 +0000)
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 <chrisw@sous-sol.org>
opendaylight/md-sal/topology-lldp-discovery/pom.xml

index 36c4f621380d1b415b5e9b090eb89230a4e32141..aa4210ee578718c7a7c29d6f02a2f56b97aec00c 100644 (file)
@@ -62,7 +62,7 @@
              <dependency>
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
              <dependency>
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
-            <version>2.6</version>
+            <version>2.4</version>
           </dependency>
           <dependency>
             <groupId>com.google.guava</groupId>
           </dependency>
           <dependency>
             <groupId>com.google.guava</groupId>