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 b3c11f9 commit b0d74b2Copy full SHA for b0d74b2
pom.xml
@@ -159,6 +159,12 @@
159
</exclusions>
160
</dependency>
161
162
+ <!-- https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-validation/build.gradle -->
163
+ <dependency>
164
+ <groupId>org.springframework.boot</groupId>
165
+ <artifactId>spring-boot-starter-validation</artifactId>
166
+ </dependency>
167
+
168
<dependency>
169
<groupId>org.togglz</groupId>
170
<artifactId>togglz-console</artifactId>
0 commit comments