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