This commit is contained in:
2021-10-17 17:43:55 +02:00
parent 174ff9f605
commit 86702e3195
2 changed files with 22 additions and 0 deletions

View File

@@ -30,6 +30,10 @@
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>