Skip to content

Commit

Permalink
for #100 ignore junit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Mar 10, 2021
1 parent 5e478ec commit 5b2c764
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.14.0</version>
<exclusions>
<exclusion>
<artifactId>junit</artifactId>
<groupId>junit</groupId>
</exclusion>

</exclusions>
</dependency>


Expand Down

0 comments on commit 5b2c764

Please sign in to comment.