This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new 690688c6c4 Add disruptor dependency for test using async logging
690688c6c4 is described below
commit 690688c6c48ed7e557c11c18d11350b8d27dd596
Author: Matt Sicker <[email protected]>
AuthorDate: Sun Oct 9 15:07:58 2022 -0500
Add disruptor dependency for test using async logging
Signed-off-by: Matt Sicker <[email protected]>
---
log4j-script/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/log4j-script/pom.xml b/log4j-script/pom.xml
index 1a95ea04a5..84c419ca9a 100644
--- a/log4j-script/pom.xml
+++ b/log4j-script/pom.xml
@@ -47,6 +47,11 @@
<artifactId>log4j-core-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.lmax</groupId>
+ <artifactId>disruptor</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>