Skip to content

Commit a831d72

Browse files
Add spring-boot-starter-validation
Signed-off-by: Lehmann_Fabian <fabian.lehmann@informatik.hu-berlin.de>
1 parent e402f79 commit a831d72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@
118118
<version>9.12.4544</version>
119119
</dependency>
120120

121+
<dependency>
122+
<groupId>org.springframework.boot</groupId>
123+
<artifactId>spring-boot-starter-validation</artifactId>
124+
</dependency>
125+
121126
</dependencies>
122127

123128
<build>

0 commit comments

Comments
 (0)