feat(pom.xml): añadida dependencia de JWT

parent d60bc256
Showing with 7 additions and 2 deletions
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId> <artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope> <scope>runtime</scope>
<optional>true</optional> <optional>true</optional>
...@@ -75,8 +79,9 @@ ...@@ -75,8 +79,9 @@
<version>1.6.3</version> <version>1.6.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>io.jsonwebtoken</groupId>
<artifactId>spring-boot-starter-security</artifactId> <artifactId>jjwt</artifactId>
<version>0.12.6</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment