This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch 2.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 9cb1b7061de941c91e49105a49d6b2aa93e3d057 Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Oct 20 10:55:58 2023 +0200 Remove `flatten-bom` fix not needed anymore `logging-parent` version `10.2.0` release addresses the issue. --- pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index a4f8349bb8..fb222484d9 100644 --- a/pom.xml +++ b/pom.xml @@ -551,14 +551,6 @@ </goals> <phase>process-resources</phase> <inherited>false</inherited> - <configuration> - <pomElements> - <build>remove</build> - <!-- Keep the `parent`! - This is a temporary fix and can be removed with the next `logging-parent` release fixing https://github.com/apache/logging-parent/issues/37 --> - <parent>keep</parent> - </pomElements> - </configuration> </execution> </executions> </plugin>
