This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new e2452f63e bugfix(hasher): fixed logging framework dependencies
e2452f63e is described below
commit e2452f63e9875f1e0433c892cddc9ee14ad5ce2d
Author: lprimak <[email protected]>
AuthorDate: Tue Jul 25 15:56:04 2023 -0500
bugfix(hasher): fixed logging framework dependencies
---
tools/hasher/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tools/hasher/pom.xml b/tools/hasher/pom.xml
index 6dc134555..351d3cd04 100644
--- a/tools/hasher/pom.xml
+++ b/tools/hasher/pom.xml
@@ -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>