aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2015-07-07 08:09:56 -0700
committerXiangrui Meng <meng@databricks.com>2015-07-07 08:09:56 -0700
commitdcbd85b70f026fbc0b7e77fcc364513581007c8d (patch)
tree219ae6149b48663d406a6b76641697ff39bf980c /pom.xml
parent1cb2629f1aa466f92246828c562ea6f35c89ab87 (diff)
downloadspark-dcbd85b70f026fbc0b7e77fcc364513581007c8d.tar.gz
spark-dcbd85b70f026fbc0b7e77fcc364513581007c8d.tar.bz2
spark-dcbd85b70f026fbc0b7e77fcc364513581007c8d.zip
[SPARK-6731] [CORE] Addendum: Upgrade Apache commons-math3 to 3.4.1
(This finishes the job by removing the version overridden by Hadoop profiles.) See discussion at https://github.com/apache/spark/pull/6994#issuecomment-119113167 Author: Sean Owen <sowen@cloudera.com> Closes #7261 from srowen/SPARK-6731.2 and squashes the following commits: 5a3f59e [Sean Owen] Finish updating Commons Math3 to 3.4.1 from 3.1.1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 27dd4f750a..bece526a2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1717,7 +1717,6 @@
<properties>
<hadoop.version>2.3.0</hadoop.version>
<jets3t.version>0.9.3</jets3t.version>
- <commons.math3.version>3.1.1</commons.math3.version>
</properties>
</profile>
@@ -1726,7 +1725,6 @@
<properties>
<hadoop.version>2.4.0</hadoop.version>
<jets3t.version>0.9.3</jets3t.version>
- <commons.math3.version>3.1.1</commons.math3.version>
</properties>
</profile>
@@ -1735,7 +1733,6 @@
<properties>
<hadoop.version>2.6.0</hadoop.version>
<jets3t.version>0.9.3</jets3t.version>
- <commons.math3.version>3.1.1</commons.math3.version>
<zookeeper.version>3.4.6</zookeeper.version>
<curator.version>2.6.0</curator.version>
</properties>