You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by sh...@apache.org on 2020/04/21 07:48:31 UTC

[hadoop-ozone] branch HDDS-3468 created (now f31d488)

This is an automated email from the ASF dual-hosted git repository.

shashikant pushed a change to branch HDDS-3468
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git.


      at f31d488  HDDS-3468. Organize log4j dependency in pom.xml.

This branch includes the following new commits:

     new f31d488  HDDS-3468. Organize log4j dependency in pom.xml.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org


[hadoop-ozone] 01/01: HDDS-3468. Organize log4j dependency in pom.xml.

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shashikant pushed a commit to branch HDDS-3468
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit f31d488e20585fa46acb7a87f81964fed813aa9c
Author: Shashikant Banerjee <sh...@apache.org>
AuthorDate: Tue Apr 21 13:17:51 2020 +0530

    HDDS-3468. Organize log4j dependency in pom.xml.
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index aa56a40..09b8975 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,8 +137,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
     <httpclient.version>4.5.2</httpclient.version>
     <httpcore.version>4.4.4</httpcore.version>
 
-    <!-- SLF4J version -->
+    <!-- SLF4J/LOG4J version -->
     <slf4j.version>1.7.25</slf4j.version>
+    <log4j.version>1.2.17</log4j.version>
 
     <!-- com.google.re2j version -->
     <re2j.version>1.1</re2j.version>
@@ -950,7 +951,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
       <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
-        <version>1.2.17</version>
+        <version>${log4j.version}</version>
         <exclusions>
           <exclusion>
             <groupId>com.sun.jdmk</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org