Eric преди 1 година
родител
ревизия
6ec2e1f161
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      cooleshow-auth/auth-server/pom.xml

+ 6 - 0
cooleshow-auth/auth-server/pom.xml

@@ -131,6 +131,12 @@
             <version>1.0</version>
             <scope>compile</scope>
         </dependency>
+        <!-- redisson -->
+        <dependency>
+            <groupId>org.redisson</groupId>
+            <artifactId>redisson-spring-boot-starter</artifactId>
+            <version>${redisson.version}</version>
+        </dependency>
     </dependencies>
 
     <build>