From f6c0a8a8aa556ab28c5090a09d94f55f92cc3446 Mon Sep 17 00:00:00 2001 From: wuwenbin Date: Fri, 8 May 2020 22:26:16 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=96=B0=E5=A2=9E=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall-cache/pom.xml | 34 ++++++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 35 insertions(+) create mode 100644 mall-cache/pom.xml diff --git a/mall-cache/pom.xml b/mall-cache/pom.xml new file mode 100644 index 000000000..70fd53316 --- /dev/null +++ b/mall-cache/pom.xml @@ -0,0 +1,34 @@ + + + + onemall + cn.iocoder.mall + 1.0-SNAPSHOT + + 4.0.0 + + mall-cache + + + + redis.clients + jedis + 2.7.2 + + + + org.redisson + redisson + 3.10.6 + + + + org.springframework.boot + spring-boot-starter-data-redis + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index d7b0ebf35..c9f253210 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,7 @@ mall-dependencies + mall-cache pom