|
@@ -32,6 +32,7 @@
|
|
|
<version>2.6</version>
|
|
|
</dependency>
|
|
|
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.auth0</groupId>
|
|
|
<artifactId>java-jwt</artifactId>
|
|
@@ -50,5 +51,13 @@
|
|
|
<version>2.11.1</version>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
-
|
|
|
+ <build>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
+ <version>2.3.9.RELEASE</version>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </build>
|
|
|
</project>
|