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 ef4bc6678af252b97e316c3e4c10eef02faca340 Author: lprimak <[email protected]> AuthorDate: Mon Jan 19 19:29:11 2026 -0600 chore(3.x): moved more problematic modules --- samples/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/pom.xml b/samples/pom.xml index 8970d6045..2d1b900d5 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -40,9 +40,7 @@ <modules> <module>aspectj</module> - <module>quickstart</module> <module>spring</module> - <module>spring-boot</module> <module>quickstart-guice</module> </modules> @@ -50,6 +48,8 @@ <profile> <id>deferred-for-3x</id> <modules> + <module>quickstart</module> + <module>spring-boot</module> <module>spring-boot-3-web</module> <module>spring-mvc</module> <module>spring-hibernate</module>
