You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/11/10 06:41:23 UTC

[GitHub] [apisix-java-plugin-runner] tzssangglass commented on a diff in pull request #214: feat: add log4j2 configuration

tzssangglass commented on code in PR #214:
URL: https://github.com/apache/apisix-java-plugin-runner/pull/214#discussion_r1018703960


##########
pom.xml:
##########
@@ -88,6 +88,11 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>com.lmax</groupId>
+                <artifactId>disruptor</artifactId>
+                <version>3.4.4</version>
+            </dependency>

Review Comment:
   Is this a complete framework or just a logging component?
   What is the link to its repository?



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org