You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/09/21 19:59:18 UTC

[2/3] git commit: Add hamcrest-all to log4j-iostreams test dependencies.

Add hamcrest-all to log4j-iostreams test dependencies.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0387be8f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0387be8f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/0387be8f

Branch: refs/heads/master
Commit: 0387be8f9fdac3d68cbbdcdc625155ff5eb70f63
Parents: 939ef58
Author: Matt Sicker <ma...@apache.org>
Authored: Sun Sep 21 12:42:55 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sun Sep 21 12:42:55 2014 -0500

----------------------------------------------------------------------
 log4j-iostreams/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0387be8f/log4j-iostreams/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml
index cb795ad..9c7cdc5 100644
--- a/log4j-iostreams/pom.xml
+++ b/log4j-iostreams/pom.xml
@@ -59,6 +59,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-all</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
       <scope>test</scope>