Skip to content

Commit

Permalink
New dependency is required for validation annotations to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelamud committed Jul 15, 2022
1 parent c1567db commit 2a09aa0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
<artifactId>javax.inject</artifactId>
<version>1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
Expand Down

0 comments on commit 2a09aa0

Please sign in to comment.