diff --git a/eladmin-system/pom.xml b/eladmin-system/pom.xml index aa25e4f..035b458 100644 --- a/eladmin-system/pom.xml +++ b/eladmin-system/pom.xml @@ -16,6 +16,8 @@ 0.11.1 5.5.0 + + true @@ -112,14 +114,6 @@ org.springframework.boot spring-boot-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/common/handler/BuildRecordScheduled.java b/eladmin-system/src/main/java/me/zhengjie/modules/common/handler/BuildRecordScheduled.java index f4525fc..b76e514 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/common/handler/BuildRecordScheduled.java +++ b/eladmin-system/src/main/java/me/zhengjie/modules/common/handler/BuildRecordScheduled.java @@ -25,6 +25,7 @@ import org.springframework.stereotype.Component; import org.springframework.util.CollectionUtils; import javax.annotation.Resource; +import javax.transaction.Transactional; import java.sql.Timestamp; import java.time.LocalTime; import java.util.List; diff --git a/pom.xml b/pom.xml index ec40d84..8dd167c 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,8 @@ 1.1.22 2.5.0 1.3.1.Final + + true @@ -235,18 +237,6 @@ - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - -