Skip to content

Commit b0d74b2

Browse files
committed
build: add dependency on spring-boot-starter-validation
Despite everything works without this dependency (because we have a dependency on hibernate-validator), it's better to have it in case something will change in future. See https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes#validation-starter-no-longer-included-in-web-starters Relate to #1244
1 parent b3c11f9 commit b0d74b2

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
@@ -159,6 +159,12 @@
159159
</exclusions>
160160
</dependency>
161161

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+
162168
<dependency>
163169
<groupId>org.togglz</groupId>
164170
<artifactId>togglz-console</artifactId>

0 commit comments

Comments
 (0)