From 25e1101f1a3e364549c5eefa8776dd7830532148 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Wed, 18 Mar 2020 20:00:14 -0400 Subject: [PATCH] Adds spring-boot-starter-validation --- spring-cloud-gateway-core/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-cloud-gateway-core/pom.xml b/spring-cloud-gateway-core/pom.xml index 3a780b56..14afe855 100644 --- a/spring-cloud-gateway-core/pom.xml +++ b/spring-cloud-gateway-core/pom.xml @@ -23,6 +23,10 @@ org.springframework.boot spring-boot-starter + + org.springframework.boot + spring-boot-starter-validation + org.springframework.boot spring-boot-starter-actuator