We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1456125 commit bdb15d2Copy full SHA for bdb15d2
pom.xml
@@ -124,6 +124,11 @@
124
<artifactId>spring-data-commons</artifactId>
125
<version>2.0.1.RELEASE</version>
126
</dependency>
127
+ <dependency>
128
+ <groupId>org.hibernate.validator</groupId>
129
+ <artifactId>hibernate-validator</artifactId>
130
+ <version>6.0.13.Final</version>
131
+ </dependency>
132
</dependencies>
133
134
<build>
0 commit comments