diff --git a/pom.xml b/pom.xml index 76d8a50..0fd76f0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.boot @@ -20,7 +21,9 @@ org.springframework.boot - spring-boot-starter-web + spring-boot-devtools + runtime + true org.springframework.boot @@ -30,6 +33,15 @@ org.springframework.boot spring-boot-starter-validation + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-test + test +