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 76e9af968ae53c63ed11d3841256ae324d3c6be5 Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu Nov 16 10:44:25 2023 +0100 Remove unused `org.ow2.asm:asm-bom` dependency in `log4j-parent` --- log4j-parent/pom.xml | 8 -------- src/changelog/.2.x.x/update_org_ow2_asm_asm_bom.xml | 8 -------- 2 files changed, 16 deletions(-) diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index 5b0af82e04..ca53934ab6 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -188,14 +188,6 @@ <!-- END: Modules that are not published (and hence missing in the BOM) --> - <dependency> - <groupId>org.ow2.asm</groupId> - <artifactId>asm-bom</artifactId> - <version>${asm.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> - <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-bom</artifactId> diff --git a/src/changelog/.2.x.x/update_org_ow2_asm_asm_bom.xml b/src/changelog/.2.x.x/update_org_ow2_asm_asm_bom.xml deleted file mode 100644 index 4f23da4af2..0000000000 --- a/src/changelog/.2.x.x/update_org_ow2_asm_asm_bom.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://logging.apache.org/log4j/changelog" - xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd" - type="changed"> - <issue id="1898" link="https://github.com/apache/logging-log4j2/pull/1898"/> - <description format="asciidoc">Update `org.ow2.asm:asm-bom` to version `9.6`</description> -</entry>
