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-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 4bd7e19019 Port `log4j-iostreams` changes from `2.x`
4bd7e19019 is described below
commit 4bd7e19019cf7b07aeef7e8ae4a7502d966ab257
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Jan 10 13:05:33 2024 +0100
Port `log4j-iostreams` changes from `2.x`
---
log4j-iostreams/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml
index 2af46b85ef..cabda36820 100644
--- a/log4j-iostreams/pom.xml
+++ b/log4j-iostreams/pom.xml
@@ -23,14 +23,10 @@
<version>${revision}</version>
<relativePath>../log4j-parent</relativePath>
</parent>
-
<artifactId>log4j-iostreams</artifactId>
<packaging>jar</packaging>
<name>Apache Log4j Streaming Interface</name>
<description>The Apache Log4j streams to log event converters</description>
- <properties>
- <log4jParentDir>${basedir}/..</log4jParentDir>
- </properties>
<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>