Repository: accumulo
Updated Branches:
  refs/heads/1.6.0-SNAPSHOT e366e7509 -> 4bf28d99f


ACCUMULO-2494 add dependency on commons-math


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4bf28d99
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4bf28d99
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4bf28d99

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 4bf28d99f21b6620ffd063fd82499fb2193cb508
Parents: e366e75
Author: Eric C. Newton <eric.new...@gmail.com>
Authored: Tue Mar 25 09:10:35 2014 -0400
Committer: Eric C. Newton <eric.new...@gmail.com>
Committed: Tue Mar 25 09:11:09 2014 -0400

----------------------------------------------------------------------
 core/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/4bf28d99/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index d56ca2c..a6ac7f8 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -137,6 +137,10 @@
       <artifactId>slf4j-log4j12</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+       <groupId>org.apache.commons</groupId>
+       <artifactId>commons-math</artifactId>
+    </dependency>
   </dependencies>
   <build>
     <testResources>

Reply via email to