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 dd54c4f83d949094d25a7b583f0b421810b0ddb1
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Nov 16 10:43:59 2023 +0100

    Remove unused `net.bytebuddy:byte-buddy` dependency in `log4j-parent`
---
 log4j-parent/pom.xml                                     | 6 ------
 src/changelog/.2.x.x/update_net_bytebuddy_byte_buddy.xml | 8 --------
 2 files changed, 14 deletions(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 2a9e273ee4..5b0af82e04 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -318,12 +318,6 @@
         <version>${mongodb.version}</version>
       </dependency>
 
-      <dependency>
-        <groupId>net.bytebuddy</groupId>
-        <artifactId>byte-buddy</artifactId>
-        <version>${byte-buddy.version}</version>
-      </dependency>
-
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>cassandra-all</artifactId>
diff --git a/src/changelog/.2.x.x/update_net_bytebuddy_byte_buddy.xml 
b/src/changelog/.2.x.x/update_net_bytebuddy_byte_buddy.xml
deleted file mode 100644
index d27bb29d1a..0000000000
--- a/src/changelog/.2.x.x/update_net_bytebuddy_byte_buddy.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="1891" link="https://github.com/apache/logging-log4j2/pull/1891"/>
-  <description format="asciidoc">Update `net.bytebuddy:byte-buddy` to version 
`1.14.9`</description>
-</entry>

Reply via email to