You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2014/03/25 14:16:00 UTC

[1/2] git commit: ACCUMULO-2494 add dependency on commons-math

Repository: accumulo
Updated Branches:
  refs/heads/master 3b80978ed -> f7add1859


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/master
Commit: 4bf28d99f21b6620ffd063fd82499fb2193cb508
Parents: e366e75
Author: Eric C. Newton <er...@gmail.com>
Authored: Tue Mar 25 09:10:35 2014 -0400
Committer: Eric C. Newton <er...@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>


[2/2] git commit: Merge branch '1.6.0-SNAPSHOT'

Posted by ec...@apache.org.
Merge branch '1.6.0-SNAPSHOT'


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

Branch: refs/heads/master
Commit: f7add185924425b2316a94acb11ee79c24756cf1
Parents: 3b80978 4bf28d9
Author: Eric C. Newton <er...@gmail.com>
Authored: Tue Mar 25 09:15:33 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Tue Mar 25 09:15:33 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/f7add185/core/pom.xml
----------------------------------------------------------------------