Skip to content

Commit

Permalink
Fix the bug of ERROR StatusLogger Unrecognized format specifier when …
Browse files Browse the repository at this point in the history
…starting the jar package. (#218)
  • Loading branch information
ASanny authored Jan 17, 2024
1 parent 70bb990 commit bd86ec7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
<minimizeJar>true</minimizeJar>
<filters>
<!-- Prevent minification from excluding classes looked up by name -->
<filter>
<artifact>org.apache.logging.log4j:*</artifact>
<includes>
<include>**</include>
</includes>
</filter>
<filter>
<artifact>org.apache.hadoop:hadoop-common</artifact>
<includes>
Expand Down

0 comments on commit bd86ec7

Please sign in to comment.