Skip to content

Commit d4480ba

Browse files
committed
refactor: Adicionado o validator do hibernate ao pom.
1 parent a93f366 commit d4480ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
<artifactId>spring-boot-starter-data-mongodb</artifactId>
7373
</dependency>
7474

75+
<dependency>
76+
<groupId>org.hibernate</groupId>
77+
<artifactId>hibernate-validator</artifactId>
78+
<version>6.1.1.Final</version>
79+
</dependency>
80+
7581
<dependency>
7682
<groupId>org.springframework.boot</groupId>
7783
<artifactId>spring-boot-devtools</artifactId>

0 commit comments

Comments
 (0)