From f5041579ff573f988b673c2506fa4edc32f5ad84 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Sun, 4 May 2014 17:43:28 -0700 Subject: SPARK-1629. Addendum: Depend on commons lang3 (already used by tachyon) as it's used in ReplSuite, and return to use lang3 utility in Utils.scala For consideration. This was proposed in related discussion: https://github.com/apache/spark/pull/569 Author: Sean Owen Closes #635 from srowen/SPARK-1629.2 and squashes the following commits: a442b98 [Sean Owen] Depend on commons lang3 (already used by tachyon) as it's used in ReplSuite, and return to use lang3 utility in Utils.scala --- core/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/pom.xml') diff --git a/core/pom.xml b/core/pom.xml index 822b5b1dd7..36c71e67b5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -69,6 +69,10 @@ com.google.guava guava + + org.apache.commons + commons-lang3 + com.google.code.findbugs jsr305 -- cgit v1.2.3