Adds spring-boot-starter-validation

This commit is contained in:
Spencer Gibb
2020-03-18 20:00:14 -04:00
parent 8519eeb11a
commit 25e1101f1a

View File

@@ -23,6 +23,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>