Commit e06bb1b6 authored by macro's avatar macro
Browse files

mall-search排除redis依赖

parent bd356282
...@@ -21,6 +21,12 @@ ...@@ -21,6 +21,12 @@
<dependency> <dependency>
<groupId>com.macro.mall</groupId> <groupId>com.macro.mall</groupId>
<artifactId>mall-mbg</artifactId> <artifactId>mall-mbg</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment