Repository: commons-math Updated Branches: refs/heads/master cc26f76ad -> e082e0c48
MATH-1416: Depend on "Commons Numbers". Added dependency on module "commons-numbers-core" (snapshot). Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/4680647f Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/4680647f Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/4680647f Branch: refs/heads/master Commit: 4680647f69bfb56da863c54272123dba0826ffab Parents: cc26f76 Author: Gilles <[email protected]> Authored: Thu May 4 01:06:12 2017 +0200 Committer: Gilles <[email protected]> Committed: Thu May 4 01:06:12 2017 +0200 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/4680647f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 86242b5..8bec22c 100644 --- a/pom.xml +++ b/pom.xml @@ -362,6 +362,12 @@ <dependencies> <dependency> <groupId>org.apache.commons</groupId> + <artifactId>commons-numbers-core</artifactId> + <version>1.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.apache.commons</groupId> <artifactId>commons-rng-client-api</artifactId> <version>1.0</version> </dependency>
