diff --git a/pom.xml b/pom.xml index 25bb466d7f..be18aee264 100644 --- a/pom.xml +++ b/pom.xml @@ -14,14 +14,16 @@ org.springframework.boot spring-boot-starter-parent - 2.1.0.RELEASE - + 2.7.17 + UTF-8 UTF-8 - 1.8 + 11 + 11 + 11 @@ -53,7 +55,17 @@ spring-boot-starter-test test - + + org.projectlombok + lombok + + + org.junit.jupiter + junit-jupiter + RELEASE + test + + @@ -61,6 +73,34 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-failsafe-plugin + 3.2.5 + + + **/*IT.java + + + ${basedir}/target/classes + + none + + + + + integration-test + verify + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + +