This is an automated email from the ASF dual-hosted git repository.
pkarwasz 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 666d826898 Remove `log4j-docgen` processor
666d826898 is described below
commit 666d826898efc7b3943c76103468272c290208a2
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Feb 15 12:47:10 2024 +0100
Remove `log4j-docgen` processor
---
log4j-core/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index 87fdc6aad8..e676d00b87 100644
--- a/log4j-core/pom.xml
+++ b/log4j-core/pom.xml
@@ -112,11 +112,6 @@
<artifactId>log4j-plugin-processor</artifactId>
<version>${project.version}</version>
</path>
- <path>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-docgen</artifactId>
- <version>0.8.0-SNAPSHOT</version>
- </path>
</annotationProcessorPaths>
</configuration>
</plugin>