Skip to content

Commit

Permalink
bugfix(hasher): fixed logging framework dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Jul 25, 2023
1 parent b67ff01 commit e2452f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/hasher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
<artifactId>log4j-slf4j2-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
Expand Down

0 comments on commit e2452f6

Please sign in to comment.