You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2023/06/15 19:24:49 UTC

[logging-log4j2] branch main updated: Add dependency on the plugin processor

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

rgoers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new 4cd8a1d4bd Add dependency on the plugin processor
4cd8a1d4bd is described below

commit 4cd8a1d4bd01a4b6efe40bc22f5be5f7b892561b
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Thu Jun 15 12:24:41 2023 -0700

    Add dependency on the plugin processor
---
 log4j-core/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index ec39ce4a3b..cfdefafa89 100644
--- a/log4j-core/pom.xml
+++ b/log4j-core/pom.xml
@@ -54,6 +54,10 @@
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-plugins</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-plugin-processor</artifactId>
+    </dependency>
     <!-- Used for compressing to formats other than zip and gz -->
     <dependency>
       <groupId>org.apache.commons</groupId>