diff --git a/liteflow-spring-boot-starter/pom.xml b/liteflow-spring-boot-starter/pom.xml index 142176d0c..8be0f0f6e 100644 --- a/liteflow-spring-boot-starter/pom.xml +++ b/liteflow-spring-boot-starter/pom.xml @@ -29,4 +29,27 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + 2.18.1 + + true + + + + maven-deploy-plugin + + true + + + + + diff --git a/liteflow-test/pom.xml b/liteflow-test/pom.xml index 2c8fe3f96..1a925c474 100644 --- a/liteflow-test/pom.xml +++ b/liteflow-test/pom.xml @@ -42,6 +42,20 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-surefire-plugin + 2.18.1 + + true + + + + maven-deploy-plugin + + true + +