diff --git a/pom.xml b/pom.xml index 9ae23a0..f13e245 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 3.8.5 UTF-8 UTF-8 - 1.8 + 17 3.1.1 1.2.16 1.21 @@ -234,11 +234,18 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.11.0 ${java.version} ${java.version} ${project.build.sourceEncoding} + + + org.projectlombok + lombok + 1.18.32 + + diff --git a/srs-admin/pom.xml b/srs-admin/pom.xml index 814b6ce..bc42448 100644 --- a/srs-admin/pom.xml +++ b/srs-admin/pom.xml @@ -195,7 +195,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.1.1.RELEASE + 2.5.14 true @@ -215,7 +215,15 @@ false ${project.artifactId} - org.apache.maven.pluginsmaven-compiler-plugin1414 + + + org.apache.maven.plugins + maven-compiler-plugin + + 14 + 14 + + ${project.artifactId} diff --git a/srs-system/pom.xml b/srs-system/pom.xml index 274fdd9..f7ed2c7 100644 --- a/srs-system/pom.xml +++ b/srs-system/pom.xml @@ -39,15 +39,10 @@ 3.5.3.1 compile - - com.baomidou - mybatis-plus-core - 3.5.3.1 - compile - org.projectlombok lombok + 1.18.32 com.baomidou @@ -55,12 +50,6 @@ 3.5.3.1 compile - - com.baomidou - mybatis-plus-extension - 3.3.0 - compile -