Skip to content

Commit

Permalink
HDDS-3468. Organize log4j dependency in pom.xml. (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshashikant committed Apr 21, 2020
1 parent ffb340e commit fc4d951
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit fc4d951

Please sign in to comment.