This is an automated email from the ASF dual-hosted git repository.

lprimak pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit 328817ff9968e185bfb0cea35783e877846a9a01
Author: lprimak <[email protected]>
AuthorDate: Wed Feb 4 20:49:57 2026 -0600

    spring-sample: fixed logging
---
 samples/spring/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/samples/spring/pom.xml b/samples/spring/pom.xml
index 12c381d29..73d03186d 100644
--- a/samples/spring/pom.xml
+++ b/samples/spring/pom.xml
@@ -65,6 +65,11 @@
             <artifactId>log4j-core</artifactId>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-api</artifactId>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
 
     <build>

Reply via email to