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 103582a52682b3fa752e692ef7e1bb5929fe806a Author: lprimak <[email protected]> AuthorDate: Fri Jan 23 18:15:12 2026 -0600 re-enabled Jakarta EE ITs --- integration-tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 6864c26f3..1b74078ea 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -46,6 +46,7 @@ <module>jaxrs</module> <module>support</module> <module>jakarta-ee-support</module> + <module>jakarta-ee</module> </modules> <dependencyManagement> @@ -64,7 +65,6 @@ <id>deferred-for-3x</id> <modules> <module>guice</module> - <module>jakarta-ee</module> </modules> </profile> </profiles>
