Skip to content

Commit

Permalink
Get shiro maven depdencies' versions from the shiro BOM
Browse files Browse the repository at this point in the history
This is since the authservice BOM no longer provides shiro dependency
versions.
  • Loading branch information
steinarb committed Feb 12, 2024
1 parent d13c964 commit f6b9978
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-bom</artifactId>
<version>${shiro.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>no.priv.bang.osgiservice</groupId>
<artifactId>osgiservice-bom</artifactId>
Expand Down

0 comments on commit f6b9978

Please sign in to comment.