You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2013/11/06 20:55:21 UTC

git commit: ACCUMULO-1832 fixed build issue

Updated Branches:
  refs/heads/1.6.0-SNAPSHOT dcb559165 -> f8df8da2f


ACCUMULO-1832 fixed build issue


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: f8df8da2f4cca769ba2eb9dd65a8a870ad4c7bdf
Parents: dcb5591
Author: Keith Turner <kt...@apache.org>
Authored: Wed Nov 6 14:53:17 2013 -0500
Committer: Keith Turner <kt...@apache.org>
Committed: Wed Nov 6 14:53:17 2013 -0500

----------------------------------------------------------------------
 server/base/pom.xml   | 10 +++++-----
 server/extras/pom.xml |  9 ++++-----
 2 files changed, 9 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/f8df8da2/server/base/pom.xml
----------------------------------------------------------------------
diff --git a/server/base/pom.xml b/server/base/pom.xml
index 1e3164f..6f5f4a7 100644
--- a/server/base/pom.xml
+++ b/server/base/pom.xml
@@ -100,17 +100,17 @@
       <artifactId>jetty</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/f8df8da2/server/extras/pom.xml
----------------------------------------------------------------------
diff --git a/server/extras/pom.xml b/server/extras/pom.xml
index 8413f4b..b97103f 100644
--- a/server/extras/pom.xml
+++ b/server/extras/pom.xml
@@ -36,13 +36,12 @@
       <artifactId>accumulo-tserver</artifactId>
     </dependency>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>