This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit e7333eb78c01b9674a319624047f1c270787c274 Author: Michael Blow <[email protected]> AuthorDate: Mon Sep 22 14:49:53 2025 -0400 [NO ISSUE][HYR][MISC] Utilize log4j-bom Ext-ref: MB-68671 Change-Id: I60f493c12474b8352414ee42abf238f91a16dba9 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20406 Reviewed-by: Ali Alsuliman <[email protected]> Integration-Tests: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> Tested-by: Michael Blow <[email protected]> --- hyracks-fullstack/pom.xml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index efc3d2ea20..2d871ba9ea 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -544,17 +544,14 @@ </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-api</artifactId> + <artifactId>log4j-bom</artifactId> <version>${log4j.version}</version> + <type>pom</type> + <scope>import</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> - <version>${log4j.version}</version> - </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-jul</artifactId> + <artifactId>log4j-jcl</artifactId> <version>${log4j.version}</version> </dependency> <dependency> @@ -612,11 +609,6 @@ <artifactId>slf4j-simple</artifactId> <version>1.7.36</version> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-1.2-api</artifactId> - <version>${log4j.version}</version> - </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId>
