Skip to content

Commit 24e9160

Browse files
🇨🇳 1.3.0.RELEASE shiro+jwt
1 parent 74a5163 commit 24e9160

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<junit.version>4.12</junit.version>
6969
<ini.version>0.5.4</ini.version>
7070
<mapstruct.version>1.3.0.Final</mapstruct.version>
71-
<shiro.version>1.4.0</shiro.version>
71+
<shiro.version>1.4.1</shiro.version>
7272
<jwt.version>3.8.3</jwt.version>
7373

7474
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
@@ -290,9 +290,10 @@
290290
<!-- Shiro+JWT start -->
291291
<dependency>
292292
<groupId>org.apache.shiro</groupId>
293-
<artifactId>shiro-spring-boot-web-starter</artifactId>
293+
<artifactId>shiro-spring-boot-starter</artifactId>
294294
<version>${shiro.version}</version>
295295
</dependency>
296+
296297
<dependency>
297298
<groupId>com.auth0</groupId>
298299
<artifactId>java-jwt</artifactId>

0 commit comments

Comments
 (0)