Repository: commons-math Updated Branches: refs/heads/master 96c8597c0 -> 97dc91d15
MATH-1416: Depend on "Commons Numbers". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/05107594 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/05107594 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/05107594 Branch: refs/heads/master Commit: 05107594d2c60659acde619d2428015a9fd7bd39 Parents: 96c8597 Author: Gilles <er...@apache.org> Authored: Mon May 22 00:51:55 2017 +0200 Committer: Gilles <er...@apache.org> Committed: Mon May 22 00:51:55 2017 +0200 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/05107594/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a4996d5..817807b 100644 --- a/pom.xml +++ b/pom.xml @@ -374,6 +374,12 @@ <dependency> <groupId>org.apache.commons</groupId> + <artifactId>commons-numbers-combinatorics</artifactId> + <version>1.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.commons</groupId> <artifactId>commons-rng-client-api</artifactId> <version>1.0</version> </dependency>