aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPunyashloka Biswal <punya.biswal@gmail.com>2015-04-14 11:43:06 +0100
committerSean Owen <sowen@cloudera.com>2015-04-14 11:43:06 +0100
commit628a72f70ed06b8d7aee81cfb16070eb2c87b9cd (patch)
tree507e8f38c025a7e398a42114096f3e3c8e13afc5 /pom.xml
parent77eeb10fd1f5beb558d6278d9443d267fc6c2f62 (diff)
downloadspark-628a72f70ed06b8d7aee81cfb16070eb2c87b9cd.tar.gz
spark-628a72f70ed06b8d7aee81cfb16070eb2c87b9cd.tar.bz2
spark-628a72f70ed06b8d7aee81cfb16070eb2c87b9cd.zip
[SPARK-6731] Bump version of apache commons-math3
Version 3.1.1 is two years old and the newer version includes approximate percentile statistics (among other things). Author: Punyashloka Biswal <punya.biswal@gmail.com> Closes #5380 from punya/patch-1 and squashes the following commits: 226622b [Punyashloka Biswal] Bump version of apache commons-math3
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d8881c213b..0b8d664dbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
<aws.java.sdk.version>1.8.3</aws.java.sdk.version>
<aws.kinesis.client.version>1.1.0</aws.kinesis.client.version>
<commons.httpclient.version>4.2.6</commons.httpclient.version>
- <commons.math3.version>3.1.1</commons.math3.version>
+ <commons.math3.version>3.4.1</commons.math3.version>
<test_classpath_file>${project.build.directory}/spark-test-classpath.txt</test_classpath_file>
<scala.version>2.10.4</scala.version>
<scala.binary.version>2.10</scala.binary.version>