Author: fanningpj
Date: Sun Sep 7 17:30:47 2025
New Revision: 1928275
Log:
use log4j bom
Modified:
xmlbeans/trunk/build.gradle
Modified: xmlbeans/trunk/build.gradle
==============================================================================
--- xmlbeans/trunk/build.gradle Sun Sep 7 08:30:14 2025 (r1928274)
+++ xmlbeans/trunk/build.gradle Sun Sep 7 17:30:47 2025 (r1928275)
@@ -119,7 +119,8 @@ sourceSets {
dependencies {
- implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"
+ implementation
platform("org.apache.logging.log4j:log4j-bom:${log4jVersion}")
+ implementation "org.apache.logging.log4j:log4j-api"
implementation "net.sf.saxon:Saxon-HE:${saxonVersion}"
implementation "org.apache.ant:ant:${antVersion}"
implementation "com.github.javaparser:javaparser-core:${javaparserVersion}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]