diff --git a/pom.xml b/pom.xml index fa4aa0d..4a61b6d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,16 +1,16 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.klaro.bais - bais-review-e2e-1783807356 + bais-review-e2e 1.0-SNAPSHOT jar 17 - 3.5.14 + 3.5.14 @@ -18,7 +18,7 @@ org.springframework.boot spring-boot-dependencies - ${spring-boot.version} + ${spring.boot.version} pom import @@ -30,6 +30,11 @@ org.springframework.boot spring-boot-starter + + org.springframework.boot + spring-boot-starter-test + test + @@ -37,17 +42,8 @@ org.springframework.boot spring-boot-maven-plugin - ${spring-boot.version} - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - ${java.version} - ${java.version} - + ${spring.boot.version} - \ No newline at end of file +