From 6ac9c69ff938d17d6e05b19c4beed6ea2e541e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BE=E5=87=A0=E6=B5=B7?= Date: Sun, 3 Oct 2021 14:02:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E7=AE=A1=E7=90=86pom?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog-common/pom.xml | 23 +++++------------------ blog-deploy/pom.xml | 19 +++++++++++++++++++ pom.xml | 21 --------------------- 3 files changed, 24 insertions(+), 39 deletions(-) diff --git a/blog-common/pom.xml b/blog-common/pom.xml index 3af4cad..ba37e64 100644 --- a/blog-common/pom.xml +++ b/blog-common/pom.xml @@ -33,24 +33,11 @@ mysql-connector-java runtime - - - - - - - - - - - - - - - - - - + + com.github.kstyrc + embedded-redis + 0.6 + com.alibaba druid diff --git a/blog-deploy/pom.xml b/blog-deploy/pom.xml index 1593f2c..1560b4c 100644 --- a/blog-deploy/pom.xml +++ b/blog-deploy/pom.xml @@ -83,4 +83,23 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + 2.1.3.RELEASE + + cn.celess.BlogApplication + + + + + repackage + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index b9aa2e7..3e02e2c 100644 --- a/pom.xml +++ b/pom.xml @@ -62,27 +62,6 @@ h2 1.4.200 - - com.github.kstyrc - embedded-redis - 0.6 - - - - - - - - - - - org.springframework.boot - spring-boot-maven-plugin - 2.1.3.RELEASE - - - -