This is an automated email from the ASF dual-hosted git repository.

dineshc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new d45acfb2bb HDDS-10544. Move LMAX Disruptor to runtime scope (#6394)
d45acfb2bb is described below

commit d45acfb2bbcc9e72e2cff4e21060c24d1d1faab7
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Mar 20 21:28:29 2024 +0100

    HDDS-10544. Move LMAX Disruptor to runtime scope (#6394)
---
 hadoop-hdds/framework/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hadoop-hdds/framework/pom.xml b/hadoop-hdds/framework/pom.xml
index 5ead355066..af0887ad16 100644
--- a/hadoop-hdds/framework/pom.xml
+++ b/hadoop-hdds/framework/pom.xml
@@ -83,8 +83,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd";>
       <artifactId>log4j-core</artifactId>
     </dependency>
     <dependency>
+      <!-- required for async logging in Log4j2 -->
       <groupId>com.lmax</groupId>
       <artifactId>disruptor</artifactId>
+      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to