This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git
commit 13c849fa66dc09691e6ebd9bdee134b161aad8bc Author: zhengyangyong <[email protected]> AuthorDate: Tue Jan 30 12:17:13 2018 +0800 SCB-320 remove useless dependency Signed-off-by: zhengyangyong <[email protected]> --- foundations/foundation-metrics/pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/foundations/foundation-metrics/pom.xml b/foundations/foundation-metrics/pom.xml index bd68986..08dfcb4 100644 --- a/foundations/foundation-metrics/pom.xml +++ b/foundations/foundation-metrics/pom.xml @@ -32,14 +32,6 @@ <artifactId>foundation-common</artifactId> </dependency> <dependency> - <groupId>com.netflix.servo</groupId> - <artifactId>servo-core</artifactId> - </dependency> - <dependency> - <groupId>com.netflix.hystrix</groupId> - <artifactId>hystrix-core</artifactId> - </dependency> - <dependency> <groupId>com.netflix.archaius</groupId> <artifactId>archaius-core</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact [email protected].
