Created
May 17, 2020 20:28
-
-
Save j-tim/e473572ac28b3b35e80a612ff1e86f24 to your computer and use it in GitHub Desktop.
Spring Boot 2.3 validation starter not a transitive dependency from web starters anymore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dependency> | |
<groupId>org.springframework.boot</groupId> | |
<artifactId>spring-boot-starter-validation</artifactId> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment