From bb009d7fd180cc317e55a0b490f0b28e45115d11 Mon Sep 17 00:00:00 2001 From: Anthony Grasso Date: Wed, 30 Mar 2022 00:12:42 +1100 Subject: [PATCH] ISSUE 1180: Enable Shiro variable interpolation * Allow strings in the 'main' section of the Shiro configuration to be substituted with environment variables --- src/server/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/server/pom.xml b/src/server/pom.xml index f291504f3..4d05de1ab 100644 --- a/src/server/pom.xml +++ b/src/server/pom.xml @@ -238,6 +238,11 @@ shiro-jaxrs ${shiro.version} + + org.apache.commons + commons-configuration2 + 2.1 + io.jsonwebtoken jjwt