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
The following commit(s) were added to refs/heads/3.x by this push:
new 6bbc2b6ff removed spring sample - too early
6bbc2b6ff is described below
commit 6bbc2b6ff33d30e0aeb491e862313436e75a3329
Author: lprimak <[email protected]>
AuthorDate: Thu Jan 22 01:00:37 2026 -0600
removed spring sample - too early
---
samples/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/pom.xml b/samples/pom.xml
index 88978cda2..01da4d6a5 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -42,13 +42,13 @@
<module>aspectj</module>
<module>quickstart</module>
<module>quickstart-guice</module>
- <module>spring</module>
</modules>
<profiles>
<profile>
<id>deferred-for-3x</id>
<modules>
+ <module>spring</module>
<module>spring-boot</module>
<module>spring-boot-3-web</module>
<module>spring-mvc</module>