This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new 01b9f18 Remove redundant `log4j-changelog-maven-plugin` fix
01b9f18 is described below
commit 01b9f182f118e1824ebff188c0d6c585238b5f9c
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Jan 11 09:46:36 2024 +0100
Remove redundant `log4j-changelog-maven-plugin` fix
The problem was introduced in `log4j-tools` release `0.5.0`.
We have already switched to `0.7.0` long ago. The problem
does not exist anymore.
---
pom.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index 165c9a2..6105613 100644
--- a/pom.xml
+++ b/pom.xml
@@ -402,16 +402,6 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-changelog-maven-plugin</artifactId>
<version>${log4j-changelog-maven-plugin.version}</version>
- <!-- `log4j-tools` release `0.5.0` has an invalid POM, where the
parent is missing.
- This will be fixed by `<parent>keep` modification to the
`flatten-bom` execution we have below.
- Until then (that is, the next `log4j-tools` release) we need
this temporary dependency fix. -->
- <dependencies>
- <dependency>
- <groupId>org.freemarker</groupId>
- <artifactId>freemarker</artifactId>
- <version>2.3.32</version>
- </dependency>
- </dependencies>
</plugin>
<plugin>