diff --git a/dsms-engine-application/pom.xml b/dsms-engine-application/pom.xml index c48627d917d774e12f0e9be1a14c4606d7838472..7d3aa567e32d8a7563a1b94e104625cbc219912f 100644 --- a/dsms-engine-application/pom.xml +++ b/dsms-engine-application/pom.xml @@ -46,6 +46,32 @@ + + + maven-resources-plugin + 3.3.0 + + + copy-resources + validate + + copy-resources + + + ${basedir}/target/classes + + + ../ + + version + + true + + + + + + pl.project13.maven diff --git a/dsms-engine-common/pom.xml b/dsms-engine-common/pom.xml index 6c059c61fc04de2b0048441cbe9d7e724019b8ff..88d815b14d7ebaf686eacca6a5f03261aa71230d 100644 --- a/dsms-engine-common/pom.xml +++ b/dsms-engine-common/pom.xml @@ -29,7 +29,7 @@ - + org.springframework.boot spring-boot-starter-web @@ -44,7 +44,7 @@ lombok - + com.baomidou mybatis-plus-boot-starter @@ -65,6 +65,14 @@ runtime + + org.springframework.boot + spring-boot-starter-data-redis + + + + + org.springframework.boot spring-boot-starter-quartz @@ -97,12 +105,6 @@ runtime - - - org.springframework.boot - spring-boot-starter-data-redis - - com.alibaba.fastjson2 fastjson2 diff --git a/pom.xml b/pom.xml index 9ae1f1e1595d553139920529d6b4cbc6451db86c..f4d3c260f78354ceecbc1aa3a434bcc76e19e40e 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ ${java.version} ${java.version} UTF-8 - + 2.7.5 1.2.15 1.18.24 @@ -55,7 +55,7 @@ - + @@ -132,36 +132,4 @@ - - - - - - maven-resources-plugin - 3.3.0 - - - copy-resources - validate - - copy-resources - - - dsms-engine-application/target/classes - - - ${basedir} - - version - - true - - - - - - - - - \ No newline at end of file