1 parent 2f606f2 commit 60e0cc4Copy full SHA for 60e0cc4
1 file changed
pom.xml
@@ -65,6 +65,10 @@
65
<artifactId>spring-boot-starter-webmvc-test</artifactId>
66
<scope>test</scope>
67
</dependency>
68
+ <dependency>
69
+ <groupId>org.springframework.boot</groupId>
70
+ <artifactId>spring-boot-starter-validation</artifactId>
71
+ </dependency>
72
</dependencies>
73
74
<build>
0 commit comments