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:19 UTC

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

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


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/1.6.0-SNAPSHOT
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>