Skip to content

Commit bdb15d2

Browse files
kinowmr-c
authored andcommitted
Add hibernate-validator (for javax.validation)
1 parent 1456125 commit bdb15d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@
124124
<artifactId>spring-data-commons</artifactId>
125125
<version>2.0.1.RELEASE</version>
126126
</dependency>
127+
<dependency>
128+
<groupId>org.hibernate.validator</groupId>
129+
<artifactId>hibernate-validator</artifactId>
130+
<version>6.0.13.Final</version>
131+
</dependency>
127132
</dependencies>
128133

129134
<build>

0 commit comments

Comments
 (0)