周浩 пре 9 година
родитељ
комит
0722862353
1 измењених фајлова са 3 додато и 7 уклоњено
  1. 3 7
      hsweb-web-concurrent/hsweb-web-concurrent-cache/pom.xml

+ 3 - 7
hsweb-web-concurrent/hsweb-web-concurrent-cache/pom.xml

@@ -13,17 +13,13 @@
     <dependencies>
         <dependency>
             <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-redis</artifactId>
+            <artifactId>spring-boot-starter</artifactId>
         </dependency>
 
         <dependency>
             <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>
     </dependencies>
 </project>