ACCUMULO-2494 add commons-math to 1.5
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/00355d0e Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/00355d0e Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/00355d0e Branch: refs/heads/1.6.0-SNAPSHOT Commit: 00355d0e02f3877558d9668bb75db6d703e860ef Parents: ba48f03 Author: Mike Drob <md...@cloudera.com> Authored: Tue Mar 25 10:56:25 2014 -0400 Committer: Mike Drob <md...@cloudera.com> Committed: Tue Mar 25 11:02:07 2014 -0400 ---------------------------------------------------------------------- core/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/00355d0e/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 6e3d917..39de12a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -51,6 +51,10 @@ </dependency> <dependency> <groupId>org.apache.commons</groupId> + <artifactId>commons-math</artifactId> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> <artifactId>commons-vfs2</artifactId> </dependency> <dependency>