commit 766fb24b18dca84576fd289cbc76486e2a3d3e7e
parent 340a4fd8307c744cd34f59ecdcd60e3e256b6ea2
Author: Wim Dupont <wim@wimdupont.com>
Date: Sun, 19 Mar 2023 11:37:29 +0100
added starter-validation
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
@@ -26,6 +26,10 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-validation</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>