Przeglądaj źródła

mall-search排除redis依赖

macro 1 rok temu
rodzic
commit
e06bb1b68c
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      mall-search/pom.xml

+ 6 - 0
mall-search/pom.xml

@@ -21,6 +21,12 @@
         <dependency>
             <groupId>com.macro.mall</groupId>
             <artifactId>mall-mbg</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-data-redis</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>