This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 5752832ef3ce0cca3836b91ba79f5740dd049eab Author: Piotr P. Karwasz <[email protected]> AuthorDate: Tue Nov 12 21:07:31 2024 +0100 Remove recursive dependencies --- pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pom.xml b/pom.xml index f61fd210bb..c0163fe3a2 100644 --- a/pom.xml +++ b/pom.xml @@ -760,24 +760,12 @@ <!-- Log4j component dependencies. No, we cannot use `${project.version}`, because it is not released yet. --> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> - <version>${site-log4j-core.version}</version> - </dependency> - <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-jakarta-web</artifactId> <version>${site-log4j-jakarta.version}</version> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-layout-template-json</artifactId> - <version>${site-log4j-layout-template-json.version}</version> - </dependency> - <!-- Other dependencies --> <dependency>
