You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/02/25 15:37:47 UTC

[GitHub] [accumulo] milleruntime commented on a change in pull request #1528: Switch to Log4j2

milleruntime commented on a change in pull request #1528: Switch to Log4j2
URL: https://github.com/apache/accumulo/pull/1528#discussion_r383943708
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -235,6 +235,11 @@
         <artifactId>protobuf-java</artifactId>
         <version>3.7.1</version>
       </dependency>
+      <dependency>
+        <groupId>com.lmax</groupId>
+        <artifactId>disruptor</artifactId>
+        <version>3.4.2</version>
+      </dependency>
 
 Review comment:
   This looks like a new dependency.  Is this needed by log4j2?  What uses this?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services