aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2014-05-04 17:43:28 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-05-04 17:43:35 -0700
commitf5041579ff573f988b673c2506fa4edc32f5ad84 (patch)
tree47ea7373e71db3e24dc1682402ba7161a541b5b7 /pom.xml
parent0c98a8f6a761b941a9e0cf6fde6df8d0b8d24057 (diff)
downloadspark-f5041579ff573f988b673c2506fa4edc32f5ad84.tar.gz
spark-f5041579ff573f988b673c2506fa4edc32f5ad84.tar.bz2
spark-f5041579ff573f988b673c2506fa4edc32f5ad84.zip
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 <sowen@cloudera.com> 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
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ebd359a9de..7678043484 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,6 +222,11 @@
<version>14.0.1</version>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.3.2</version>
+ </dependency>
+ <dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>1.3.9</version>