Skip to content

Commit ea309dc

Browse files
committed
adding shiro-jwt module
1 parent 3bddaa7 commit ea309dc

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

bootique-bom-tests-all/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,10 @@
249249
<groupId>io.bootique.shiro</groupId>
250250
<artifactId>bootique-shiro-web</artifactId>
251251
</dependency>
252+
<dependency>
253+
<groupId>io.bootique.shiro</groupId>
254+
<artifactId>bootique-shiro-web-jwt</artifactId>
255+
</dependency>
252256
<dependency>
253257
<groupId>io.bootique.shiro</groupId>
254258
<artifactId>bootique-shiro-web-mdc</artifactId>

bootique-bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,11 @@
374374
<artifactId>bootique-shiro-web</artifactId>
375375
<version>${project.version}</version>
376376
</dependency>
377+
<dependency>
378+
<groupId>io.bootique.shiro</groupId>
379+
<artifactId>bootique-shiro-web-jwt</artifactId>
380+
<version>${project.version}</version>
381+
</dependency>
377382
<dependency>
378383
<groupId>io.bootique.shiro</groupId>
379384
<artifactId>bootique-shiro-web-mdc</artifactId>

0 commit comments

Comments
 (0)