This is an automated email from the ASF dual-hosted git repository. ahuber pushed a commit to branch spring6 in repository https://gitbox.apache.org/repos/asf/isis.git
commit 4f0fc7036136ff59de47ce976b3b93c3a1075019 Author: Andi Huber <[email protected]> AuthorDate: Mon Nov 14 10:15:16 2022 +0100 ISIS-3275: dropping Shiro from CI build (no jakarta support yet) --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index e55932c205..57a3529d21 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1682,7 +1682,7 @@ <module>security</module> <module>../security/bypass</module> <module>../security/keycloak</module> - <module>../security/shiro</module> +<!-- <module>../security/shiro</module> TODO[ISIS-3275] no jakarta namespace support on 2.0.0-SNAPSHOT as of Nov 2022 --> <module>../security/spring</module> <module>../viewers/commons</module>
