Skip to content

Commit 151d424

Browse files
committed
Added dependencies for JWT Authentication.
1 parent 6995c18 commit 151d424

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

+18
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,24 @@
4444
<optional>true</optional>
4545
</dependency>
4646

47+
<dependency>
48+
<groupId>io.jsonwebtoken</groupId>
49+
<artifactId>jjwt-api</artifactId>
50+
<version>0.11.5</version>
51+
</dependency>
52+
53+
<dependency>
54+
<groupId>io.jsonwebtoken</groupId>
55+
<artifactId>jjwt-impl</artifactId>
56+
<version>0.11.5</version>
57+
</dependency>
58+
59+
<dependency>
60+
<groupId>io.jsonwebtoken</groupId>
61+
<artifactId>jjwt-jackson</artifactId>
62+
<version>0.11.5</version>
63+
</dependency>
64+
4765
<dependency>
4866
<groupId>org.springframework.boot</groupId>
4967
<artifactId>spring-boot-starter-test</artifactId>

0 commit comments

Comments
 (0)