Skip to content

Commit a211118

Browse files
authored
Update pom.xml
1 parent b474fc9 commit a211118

File tree

1 file changed

+5
-0
lines changed
  • springboot-mongodb-crud-example

1 file changed

+5
-0
lines changed

springboot-mongodb-crud-example/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
<artifactId>spring-boot-starter-web</artifactId>
3333
</dependency>
3434

35+
<dependency>
36+
<groupId>org.springframework.boot</groupId>
37+
<artifactId>spring-boot-starter-validation</artifactId>
38+
</dependency>
39+
3540
<dependency>
3641
<groupId>org.springframework.boot</groupId>
3742
<artifactId>spring-boot-starter-test</artifactId>

0 commit comments

Comments
 (0)