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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
