This is an automated email from the ASF dual-hosted git repository. ramanathan1504 pushed a commit to branch add-kotlin-to-bom in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 20364d144946e4282de07cb1f32ac691a7517239 Author: Ramanathan <[email protected]> AuthorDate: Sun Jul 26 11:42:40 2026 +0530 Add log4j-api-kotlin dependency to BOM --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 2c090b1821..5d7e3154a9 100644 --- a/pom.xml +++ b/pom.xml @@ -380,6 +380,8 @@ <log4j.docgen.pluginDescriptorsDir.phase1>${maven.multiModuleProjectDirectory}/target/plugin-descriptors/phase1</log4j.docgen.pluginDescriptorsDir.phase1> <log4j.docgen.pluginDescriptorsDir.phase2>${maven.multiModuleProjectDirectory}/target/plugin-descriptors/phase2</log4j.docgen.pluginDescriptorsDir.phase2> + <!-- log4j-api-kotlin> --> + <log4j-api-kotlin.version>1.5.0</log4j-api-kotlin.version> </properties> <dependencyManagement> @@ -497,6 +499,12 @@ <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api-kotlin</artifactId> + <version>${log4j-api-kotlin.version}</version> + </dependency> + <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-layout-template-json</artifactId>
