aboutsummaryrefslogtreecommitdiff
path: root/core/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 /core/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 'core/pom.xml')
-rw-r--r--core/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 822b5b1dd7..36c71e67b5 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -70,6 +70,10 @@
<artifactId>guava</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</dependency>