Commit 3979100e341889062014f4f7feaacba0881a9fc3
1 parent
e13d17c2
Exists in
master
Insere dependência do jose4j - jwt
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
pom.xml
... | ... | @@ -78,6 +78,13 @@ |
78 | 78 | <artifactId>spring-boot-starter-security</artifactId> |
79 | 79 | </dependency> |
80 | 80 | |
81 | + <!-- https://mvnrepository.com/artifact/org.bitbucket.b_c/jose4j --> | |
82 | + <dependency> | |
83 | + <groupId>org.bitbucket.b_c</groupId> | |
84 | + <artifactId>jose4j</artifactId> | |
85 | + <version>0.7.0</version> | |
86 | + </dependency> | |
87 | + | |
81 | 88 | <!-- Thymeleaf --> |
82 | 89 | <dependency> |
83 | 90 | <groupId>org.thymeleaf</groupId> | ... | ... |