Browse Source

fix锁定redisson版本

Eric 1 year ago
parent
commit
5ad48e98d1
1 changed files with 7 additions and 0 deletions
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -235,6 +235,13 @@
                 <version>1.3.70</version>
             </dependency>
 
+			<!-- redisson -->
+			<dependency>
+				<groupId>org.redisson</groupId>
+				<artifactId>redisson-spring-boot-starter</artifactId>
+				<version>${redisson.version}</version>
+			</dependency>
+
 		</dependencies>
 	</dependencyManagement>