>From Michael Blow <mb...@apache.org>:

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


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

[NO ISSUE][HYR] Utilize log4j-bom

Change-Id: I60f493c12474b8352414ee42abf238f91a16dba9
---
M hyracks-fullstack/pom.xml
1 file changed, 4 insertions(+), 12 deletions(-)



  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/06/20406/1

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: newchange
Gerrit-Project: asterixdb
Gerrit-Branch: phoenix
Gerrit-Change-Id: I60f493c12474b8352414ee42abf238f91a16dba9
Gerrit-Change-Number: 20406
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Blow <mb...@apache.org>

Reply via email to