xusl 3 лет назад
Родитель
Сommit
36a7f22d53
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      ipfcst-console/pom.xml

+ 9 - 0
ipfcst-console/pom.xml

@@ -231,6 +231,15 @@
       <artifactId>protocol-all</artifactId>
       <version>1.2.10</version>
     </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-starter-data-redis</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>redis.clients</groupId>
+      <artifactId>jedis</artifactId>
+      <version>3.6.3</version>
+    </dependency>
 
   </dependencies>