@ -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>
<!--redisson-->
<groupId>org.redisson</groupId>
@ -44,6 +44,19 @@
<groupId>net.dreamlu</groupId>
<artifactId>mica-metrics</artifactId>
<version>2.7.6</version>
<exclusions>
<exclusion>
<artifactId>mica-core</artifactId>
</exclusion>
</exclusions>
<scope>provided</scope>
</dependencies>