|
@@ -13,17 +13,13 @@
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
- <artifactId>spring-boot-starter-redis</artifactId>
|
|
|
|
|
|
+ <artifactId>spring-boot-starter</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.session</groupId>
|
|
|
|
- <artifactId>spring-session-data-redis</artifactId>
|
|
|
|
|
|
+ <artifactId>spring-boot-starter-redis</artifactId>
|
|
|
|
+ <optional>true</optional>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
</project>
|
|
</project>
|