|
|
|
@ -40,7 +40,23 @@ |
|
|
|
<artifactId>commons-lang3</artifactId> |
|
|
|
<version>3.12.0</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>io.jsonwebtoken</groupId> |
|
|
|
<artifactId>jjwt-api</artifactId> |
|
|
|
<version>0.11.5</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.jsonwebtoken</groupId> |
|
|
|
<artifactId>jjwt-impl</artifactId> |
|
|
|
<version>0.11.5</version> |
|
|
|
<scope>runtime</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.jsonwebtoken</groupId> |
|
|
|
<artifactId>jjwt-jackson</artifactId> |
|
|
|
<version>0.11.5</version> |
|
|
|
<scope>runtime</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.github.penggle</groupId> |
|
|
|
<artifactId>kaptcha</artifactId> |
|
|
|
|