Skip to content

Commit 7f2702e

Browse files
committed
Add spring-boot-starter-validation
1 parent cb1a414 commit 7f2702e

File tree

1 file changed

+4
-0
lines changed
  • todo-frontend/todo-frontend-server

1 file changed

+4
-0
lines changed

todo-frontend/todo-frontend-server/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
<groupId>org.springframework.boot</groupId>
4848
<artifactId>spring-boot-starter-webflux</artifactId>
4949
</dependency>
50+
<dependency>
51+
<groupId>org.springframework.boot</groupId>
52+
<artifactId>spring-boot-starter-validation</artifactId>
53+
</dependency>
5054
<dependency>
5155
<groupId>org.springframework.cloud</groupId>
5256
<artifactId>spring-cloud-starter-zipkin</artifactId>

0 commit comments

Comments
 (0)