From e6f741ebb4080f45102190e8afe0517ddb699336 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Sat, 3 Sep 2022 14:01:49 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E8=A7=84=E8=8C=83=20pom=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common-tools/pom.xml | 4 ++++ .../demo-distributed-lock-api/pom.xml | 5 +++++ .../demo-distributed-lock-curator/pom.xml | 10 ++++++++++ .../demo-distributed-lock-redisson/pom.xml | 10 ++++++++++ 4 files changed, 29 insertions(+) diff --git a/common-tools/pom.xml b/common-tools/pom.xml index 029040e..cd711f8 100644 --- a/common-tools/pom.xml +++ b/common-tools/pom.xml @@ -37,4 +37,8 @@ + + common-tools + + diff --git a/demo-distributed-lock/demo-distributed-lock-api/pom.xml b/demo-distributed-lock/demo-distributed-lock-api/pom.xml index a65623b..0054102 100644 --- a/demo-distributed-lock/demo-distributed-lock-api/pom.xml +++ b/demo-distributed-lock/demo-distributed-lock-api/pom.xml @@ -46,4 +46,9 @@ + + + demo-distributed-lock-api + + diff --git a/demo-distributed-lock/demo-distributed-lock-curator/pom.xml b/demo-distributed-lock/demo-distributed-lock-curator/pom.xml index 8069d2d..94062b4 100644 --- a/demo-distributed-lock/demo-distributed-lock-curator/pom.xml +++ b/demo-distributed-lock/demo-distributed-lock-curator/pom.xml @@ -42,4 +42,14 @@ + + demo-distributed-lock-curator + + + org.springframework.boot + spring-boot-maven-plugin + + + + diff --git a/demo-distributed-lock/demo-distributed-lock-redisson/pom.xml b/demo-distributed-lock/demo-distributed-lock-redisson/pom.xml index 61095bb..e564cd2 100644 --- a/demo-distributed-lock/demo-distributed-lock-redisson/pom.xml +++ b/demo-distributed-lock/demo-distributed-lock-redisson/pom.xml @@ -37,4 +37,14 @@ + + demo-distributed-lock-redisson + + + org.springframework.boot + spring-boot-maven-plugin + + + +