Skip to content

Commit 785f670

Browse files
committed
build: add spring validation
1 parent 01d19e8 commit 785f670

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
<groupId>org.springframework.boot</groupId>
3535
<artifactId>spring-boot-starter-data-jpa</artifactId>
3636
</dependency>
37+
<dependency>
38+
<groupId>org.springframework.boot</groupId>
39+
<artifactId>spring-boot-starter-validation</artifactId>
40+
</dependency>
3741
<dependency>
3842
<groupId>org.springframework.boot</groupId>
3943
<artifactId>spring-boot-starter-web</artifactId>

0 commit comments

Comments
 (0)