Ver código fonte

replace spring-boot-starter-redis with spring-boot-starter-data-redis
(spring-boot-starter-redis is deprecated as of Spring Boot 1.4)

sunyj 8 anos atrás
pai
commit
a26d53f0a5
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      kanban-console/pom.xml

+ 1 - 1
kanban-console/pom.xml

@@ -65,7 +65,7 @@
         <!-- Redis session -->
         <dependency>
             <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-redis</artifactId>
+            <artifactId>spring-boot-starter-data-redis</artifactId>
         </dependency>
         <dependency>
             <groupId>org.springframework.session</groupId>