Repository: spark Updated Branches: refs/heads/master 13f8cfdc0 -> b3736e3d2
[HOTFIX] add math3 version to pom Passed `mvn package`. Author: Xiangrui Meng <[email protected]> Closes #1075 from mengxr/takeSample-fix and squashes the following commits: 45b4590 [Xiangrui Meng] add math3 version to pom Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b3736e3d Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b3736e3d Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/b3736e3d Branch: refs/heads/master Commit: b3736e3d2ff9ccb83a18eefec661739105a38df5 Parents: 13f8cfd Author: Xiangrui Meng <[email protected]> Authored: Fri Jun 13 02:59:38 2014 -0700 Committer: Xiangrui Meng <[email protected]> Committed: Fri Jun 13 02:59:38 2014 -0700 ---------------------------------------------------------------------- core/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/b3736e3d/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index be56911..bd6767e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -70,6 +70,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> + <version>3.3</version> <scope>test</scope> </dependency> <dependency>
