This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main-site-pro
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main-site-pro by this push:
new cf4bfded12 Remove recursive dependencies
cf4bfded12 is described below
commit cf4bfded12c69a9ea2154c20d3915d576a921250
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 f2971898e7..870ba9eba4 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>