gg
This commit is contained in:
parent
fe769f0b53
commit
0d5e8a8c07
6
pom.xml
6
pom.xml
@ -230,17 +230,17 @@
|
||||
<dependency>
|
||||
<groupId>io.jsonwebtoken</groupId>
|
||||
<artifactId>jjwt-api</artifactId>
|
||||
<version>0.12.5</version>
|
||||
<version>0.11.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.jsonwebtoken</groupId>
|
||||
<artifactId>jjwt-impl</artifactId>
|
||||
<version>0.12.5</version>
|
||||
<version>0.11.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.jsonwebtoken</groupId>
|
||||
<artifactId>jjwt-jackson</artifactId>
|
||||
<version>0.12.5</version>
|
||||
<version>0.11.5</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
@ -105,7 +105,6 @@ public class JwtUtil {
|
||||
return claims;
|
||||
}
|
||||
|
||||
|
||||
@SuppressWarnings({ "rawtypes", "unchecked" })
|
||||
public JwtBuilder jwtBuilder() {
|
||||
return Jwts.builder()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user