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/04/01 20:49:21 UTC

[2/3] git commit: ACCUMULO-2605 list slf4j as a test dependency

ACCUMULO-2605 list slf4j as a test dependency


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

Branch: refs/heads/master
Commit: 7ac4b54a76b85314a483378e01980c73f891a900
Parents: 7a68838
Author: Eric C. Newton <er...@gmail.com>
Authored: Tue Apr 1 14:46:17 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Tue Apr 1 14:46:17 2014 -0400

----------------------------------------------------------------------
 server/base/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/7ac4b54a/server/base/pom.xml
----------------------------------------------------------------------
diff --git a/server/base/pom.xml b/server/base/pom.xml
index 5d31daa..b8c1257 100644
--- a/server/base/pom.xml
+++ b/server/base/pom.xml
@@ -101,6 +101,16 @@
       <artifactId>easymock</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>
   </dependencies>
   <build>
     <testResources>