[R9] Add auth0 java jwt dependency

This commit is contained in:
Mirna Gama 2024-01-11 15:34:53 -03:00 committed by Mirna Gama
parent becd713f20
commit 866260df56

View File

@ -68,6 +68,11 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.4.0</version>
</dependency>
</dependencies>
<build>
<plugins>