This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new bfd4069378 Add missing modules to BOM
bfd4069378 is described below
commit bfd4069378fe3e72d700a219c95992d1c46a511a
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Jul 26 21:49:05 2022 +0200
Add missing modules to BOM
---
log4j-bom/pom.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml
index 3172be0fa9..aab68043ac 100644
--- a/log4j-bom/pom.xml
+++ b/log4j-bom/pom.xml
@@ -53,6 +53,12 @@
<artifactId>log4j-core</artifactId>
<version>${project.version}</version>
</dependency>
+ <!-- SMTP appender -->
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-jakarta-smtp</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- JSON template layout -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
@@ -107,6 +113,12 @@
<artifactId>log4j-to-slf4j</artifactId>
<version>${project.version}</version>
</dependency>
+ <!-- JUL Adapter -->
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-to-jul</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- Application Service Support -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
@@ -119,6 +131,11 @@
<artifactId>log4j-web</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-jakarta-web</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- CouchDB Appender Plugin -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>