Skip to content

Commit

Permalink
upgrade log4j (intel-analytics#3141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng committed Jul 12, 2021
1 parent a6cb787 commit 0e52bfc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions spark/dl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,13 @@
<version>7.0.2</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 0e52bfc

Please sign in to comment.