Skip to content

Commit 60e0cc4

Browse files
committed
Added dependency for validation used in models
1 parent 2f606f2 commit 60e0cc4

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
@@ -65,6 +65,10 @@
6565
<artifactId>spring-boot-starter-webmvc-test</artifactId>
6666
<scope>test</scope>
6767
</dependency>
68+
<dependency>
69+
<groupId>org.springframework.boot</groupId>
70+
<artifactId>spring-boot-starter-validation</artifactId>
71+
</dependency>
6872
</dependencies>
6973

7074
<build>

0 commit comments

Comments
 (0)