From d13c96472b323a62032a40564622829c1c44ccda Mon Sep 17 00:00:00 2001 From: Steinar Bang Date: Sun, 11 Feb 2024 14:52:03 +0100 Subject: [PATCH 1/2] Get shiro.version from the maven parent POM --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c91e4bd6..54bc9067 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ - + @@ -17,7 +17,7 @@ no.priv.bang.pom bang-authservice-client-pom - 1.1.44 + 1.1.45 no.priv.bang.ukelonn ukelonn From f6b99780a5720dffa3f38404c642af201f0cc7e7 Mon Sep 17 00:00:00 2001 From: Steinar Bang Date: Sun, 11 Feb 2024 14:57:44 +0100 Subject: [PATCH 2/2] Get shiro maven depdencies' versions from the shiro BOM This is since the authservice BOM no longer provides shiro dependency versions. --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 54bc9067..41a768d5 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,13 @@ pom import + + org.apache.shiro + shiro-bom + ${shiro.version} + pom + import + no.priv.bang.osgiservice osgiservice-bom