diff --git a/continew-admin-common/pom.xml b/continew-admin-common/pom.xml index 6d1e73d8..620ed57a 100644 --- a/continew-admin-common/pom.xml +++ b/continew-admin-common/pom.xml @@ -138,6 +138,10 @@ limitations under the License. org.redisson redisson-spring-boot-starter + + org.redisson + redisson-spring-data-27 + diff --git a/pom.xml b/pom.xml index 759f5d78..e06c4025 100644 --- a/pom.xml +++ b/pom.xml @@ -170,6 +170,17 @@ limitations under the License. org.redisson redisson-spring-boot-starter ${redisson.version} + + + org.redisson + redisson-spring-data-30 + + + + + org.redisson + redisson-spring-data-27 + ${redisson.version}