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 62b06fe3e10a3ce3dd6e43c64013051792932d55 Author: lprimak <[email protected]> AuthorDate: Mon Feb 2 17:18:23 2026 -0600 added Spring module --- samples/pom.xml | 2 +- samples/spring/pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/pom.xml b/samples/pom.xml index 200641690..72c64f0ee 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -45,13 +45,13 @@ <module>web</module> <module>servlet-plugin</module> <module>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> diff --git a/samples/spring/pom.xml b/samples/spring/pom.xml index 79c1a3582..12c381d29 100644 --- a/samples/spring/pom.xml +++ b/samples/spring/pom.xml @@ -49,7 +49,6 @@ <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> - <version>3.0.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId>
