This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch v3
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/v3 by this push:
     new 3bead7c4c19 CAUSEWAY-2445: fixes shiro version clash (pom)
3bead7c4c19 is described below

commit 3bead7c4c197fb7b4d9f2b5a5b5edb98963258a9
Author: Andi Huber <[email protected]>
AuthorDate: Wed Oct 15 18:18:24 2025 +0200

    CAUSEWAY-2445: fixes shiro version clash (pom)
---
 bom/pom.xml                          | 2 +-
 retired/shiro/security/shiro/pom.xml | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 23762c3e22f..7649cd30e0f 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -200,7 +200,7 @@ identified
         module-path for testing, that is, put everything on the class-path -->
         <swagger-core.version>2.2.38</swagger-core.version>
 
-        <wicket.version>10.6.0</wicket.version>
+        <wicket.version>10.7.0</wicket.version>
         <wicket-bootstrap.version>7.0.13</wicket-bootstrap.version> <!--
         de.agilecoders.wicket:wicket-bootstrap... -->
         <wicket-webjars.version>4.0.13</wicket-webjars.version> <!--
diff --git a/retired/shiro/security/shiro/pom.xml 
b/retired/shiro/security/shiro/pom.xml
index a3eaf39b634..c6ef551ba2e 100644
--- a/retired/shiro/security/shiro/pom.xml
+++ b/retired/shiro/security/shiro/pom.xml
@@ -92,6 +92,12 @@
             <artifactId>shiro-web</artifactId>
             <classifier>jakarta</classifier>
             <version>2.0.2</version>
+            <exclusions>
+               <exclusion>
+                       <groupId>org.apache.shiro</groupId>
+                       <artifactId>shiro-core</artifactId>
+               </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- TESTING -->

Reply via email to