update 优化 剔除无用依赖

This commit is contained in:
疯狂的狮子li
2022-12-22 12:33:34 +08:00
parent 8030d1bd62
commit fa3b9e78dd
2 changed files with 13 additions and 6 deletions

View File

@@ -22,12 +22,6 @@
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!-- SpringBoot Boot Redis -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<!--redisson-->
<dependency>
<groupId>org.redisson</groupId>

View File

@@ -44,6 +44,19 @@
<groupId>net.dreamlu</groupId>
<artifactId>mica-metrics</artifactId>
<version>2.7.6</version>
<exclusions>
<exclusion>
<groupId>net.dreamlu</groupId>
<artifactId>mica-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-core</artifactId>
<version>2.7.6</version>
<scope>provided</scope>
</dependency>
</dependencies>