feat(pom.xml): añadida dependencia para WebClient

parent e04bae6c
Showing with 5 additions and 0 deletions
...@@ -83,6 +83,11 @@ ...@@ -83,6 +83,11 @@
<artifactId>jjwt</artifactId> <artifactId>jjwt</artifactId>
<version>0.12.6</version> <version>0.12.6</version>
</dependency> </dependency>
<!-- WebClient -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
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