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:27:56 UTC

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

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


ACCUMULO-2494 add dependency on commons-math, in sorted order


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

Branch: refs/heads/master
Commit: 9f6cc39015a7533837f35f9af5f4666d52b3c6cb
Parents: 4bf28d9
Author: Eric C. Newton <er...@gmail.com>
Authored: Tue Mar 25 09:26:41 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Tue Mar 25 09:26:41 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/9f6cc390/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index a6ac7f8..ab77f46 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -84,6 +84,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>
@@ -137,10 +141,6 @@
       <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/b8b982e7
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b8b982e7
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/b8b982e7

Branch: refs/heads/master
Commit: b8b982e77ac90a994b83c2dcca0ae044564f0038
Parents: f7add18 9f6cc39
Author: Eric C. Newton <er...@gmail.com>
Authored: Tue Mar 25 09:26:49 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Tue Mar 25 09:26:49 2014 -0400

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


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