From 6902c91bdabab0775d4d45a6848047ae138ffeb3 Mon Sep 17 00:00:00 2001 From: witgo Date: Fri, 25 Apr 2014 18:55:16 +0800 Subject: [PATCH] fix SPARK-1629: Spark Core missing commons-lang dependence --- core/pom.xml | 4 ++++ pom.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index 73f573a414050..687e256c03621 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -113,6 +113,10 @@ commons-net commons-net + + commons-lang + commons-lang + ${akka.group} akka-remote_${scala.binary.version} diff --git a/pom.xml b/pom.xml index f1b91133051fe..d4b9629ad3c32 100644 --- a/pom.xml +++ b/pom.xml @@ -371,6 +371,11 @@ commons-net 2.2 + + commons-lang + commons-lang + 2.6 + io.netty netty-all