diff --git a/application/pom.xml b/application/pom.xml index 84bc59f..0bc6af1 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -133,6 +133,13 @@ com.thing.modules filter-rule + + + + org.springframework.boot + spring-boot-starter-test + test + @@ -146,6 +153,13 @@ org.apache.maven.plugins maven-compiler-plugin + + org.apache.maven.plugins + maven-surefire-plugin + + true + + diff --git a/pom.xml b/pom.xml index 9fccfb7..507b021 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.2 + 3.3.2