>From Michael Blow <[email protected]>:

Michael Blow has submitted this change. ( 
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20406?usp=email )

Change subject: [NO ISSUE][HYR][MISC] Utilize log4j-bom
......................................................................

[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]>
---
M hyracks-fullstack/pom.xml
1 file changed, 4 insertions(+), 12 deletions(-)

Approvals:
  Ali Alsuliman: Looks good to me, approved
  Jenkins: Verified
  Michael Blow: Looks good to me, but someone else must approve; Verified




diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index efc3d2e..2d871ba 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>
@@ -613,11 +610,6 @@
         <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>
         <version>3.10.0</version>

--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20406?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://asterix-gerrit.ics.uci.edu/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: asterixdb
Gerrit-Branch: phoenix
Gerrit-Change-Id: I60f493c12474b8352414ee42abf238f91a16dba9
Gerrit-Change-Number: 20406
Gerrit-PatchSet: 3
Gerrit-Owner: Michael Blow <[email protected]>
Gerrit-Reviewer: Ali Alsuliman <[email protected]>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Ian Maxon <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Michael Blow <[email protected]>

Reply via email to