Skip to content

Commit

Permalink
ISSUE 1180: Enable Shiro variable interpolation
Browse files Browse the repository at this point in the history
* Allow strings in the 'main' section of the Shiro configuration to be substituted with environment variables
  • Loading branch information
ossarga committed Mar 30, 2022
1 parent c54491e commit bb009d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/server/pom.xml
Expand Up @@ -238,6 +238,11 @@
<artifactId>shiro-jaxrs</artifactId>
<version>${shiro.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
Expand Down

0 comments on commit bb009d7

Please sign in to comment.