1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

make metrics-core as provided dependency and refactor

This commit is contained in:
fangjian0423
2018-11-28 17:13:59 +08:00
parent fe17a6c9fb
commit 7d039f4742
12 changed files with 161 additions and 132 deletions

View File

@@ -31,6 +31,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>
</dependencies>
<build>