From 366f37c6d17352d6df2340a8a97f272b88c14776 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Tue, 8 Feb 2022 11:45:30 +0800 Subject: [PATCH] remove unused dependency --- pom.xml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index b5ca412..077bdbc 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ 2.6.3 + 2021.0.0 1.0.1-SNAPSHOT @@ -75,8 +76,6 @@ 7.0.1 2.0.2 - - 2021.0.0 1.2.7 @@ -133,7 +132,6 @@ web-common ${schbrain-web-common.version} - @@ -284,11 +282,6 @@ mybatis-plus-boot-starter ${mybatis-plus.version} - - com.baomidou - dynamic-datasource-spring-boot-starter - ${dynamic-datasource.version} - com.alibaba druid @@ -305,7 +298,6 @@ druid-spring-boot-starter ${druid.version} - com.ctrip.framework.apollo @@ -335,12 +327,12 @@ logstash-logback-encoder ${logstash-logback-encoder.version} + com.xuxueli xxl-job-core ${xxl-job.version} - org.springframework.cloud @@ -386,7 +378,6 @@ - org.apache.maven.plugins maven-resources-plugin @@ -452,7 +443,7 @@ ${integration-maven-plugin.version} - prepare-dockerfile + prepare-build-script package prepare -- GitLab