Skip to content

Commit 60dae1f

Browse files
committed
Add Hibernate validator dependency for bean validator
1 parent 8c8c0d7 commit 60dae1f

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
@@ -99,6 +99,12 @@
9999
<version>3.1.0</version>
100100
</dependency>
101101

102+
<!-- https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator -->
103+
<dependency>
104+
<groupId>org.hibernate.validator</groupId>
105+
<artifactId>hibernate-validator</artifactId>
106+
<version>7.0.4.Final</version>
107+
</dependency>
102108

103109
</dependencies>
104110

0 commit comments

Comments
 (0)