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 fbf247bb0795c519dd0e1531939efa07d9f6fecc Author: lprimak <[email protected]> AuthorDate: Mon Jan 19 19:31:42 2026 -0600 chore(3.x): moved more problematic modules --- samples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/pom.xml b/samples/pom.xml index 2d1b900d5..f2d33e958 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -40,7 +40,6 @@ <modules> <module>aspectj</module> - <module>spring</module> <module>quickstart-guice</module> </modules> @@ -49,6 +48,7 @@ <id>deferred-for-3x</id> <modules> <module>quickstart</module> + <module>spring</module> <module>spring-boot</module> <module>spring-boot-3-web</module> <module>spring-mvc</module>
