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 2016/09/04 18:38:36 UTC

[20/36] logging-log4j2 git commit: Add Conversant disruptor dependency to log4j-perf

Add Conversant disruptor dependency to log4j-perf


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

Branch: refs/heads/master
Commit: 84e989f156419c0a64e2e2adf052db072e47ca39
Parents: 5292494
Author: Matt Sicker <bo...@gmail.com>
Authored: Fri Jun 17 23:09:01 2016 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Fri Jun 17 23:09:01 2016 -0500

----------------------------------------------------------------------
 log4j-perf/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/84e989f1/log4j-perf/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml
index 41fc58b..5240fd8 100644
--- a/log4j-perf/pom.xml
+++ b/log4j-perf/pom.xml
@@ -90,6 +90,10 @@
       <groupId>com.lmax</groupId>
       <artifactId>disruptor</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.conversantmedia</groupId>
+      <artifactId>disruptor</artifactId>
+    </dependency>
     <!-- Embedded JDBC drivers for database appender tests -->
     <dependency>
       <groupId>org.hsqldb</groupId>