Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
remove old com.yammer.metrics dependency
Browse files Browse the repository at this point in the history
v2 of the metrics library (with the yammer namespace) is no longer used
by anything in Helios since Helios was upgraded to 0.7.1 of dropwizard
in 590780d.
  • Loading branch information
mattnworb committed Feb 2, 2016
1 parent d6965f4 commit b652e84
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 17 deletions.
4 changes: 0 additions & 4 deletions helios-services/pom.xml
Expand Up @@ -233,10 +233,6 @@
<artifactId>raven-logback</artifactId>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>com.yammer.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions helios-system-tests/pom.xml
Expand Up @@ -85,10 +85,6 @@
<artifactId>raven-logback</artifactId>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>com.yammer.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
Expand Down
Expand Up @@ -121,7 +121,6 @@ private void setupFileLogging(final String name) {
configureLogger("org.eclipse.jetty", Level.ERROR);
configureLogger("org.apache.curator", Level.ERROR);
configureLogger("org.apache.zookeeper", Level.ERROR);
configureLogger("com.yammer.metrics", Level.ERROR);
configureLogger("com.spotify.helios", Level.DEBUG);
}

Expand Down
3 changes: 0 additions & 3 deletions helios-testing-common/src/main/resources/logback-test.xml
Expand Up @@ -46,9 +46,6 @@
<logger name="org.eclipse.jetty" level="${externalLoggingLevel:-ERROR}">
<appender-ref ref="EXTERNAL_STDERR"/>
</logger>
<logger name="com.yammer.metrics" level="${externalLoggingLevel:-ERROR}">
<appender-ref ref="EXTERNAL_STDERR"/>
</logger>

<logger name="com.spotify.helios" level="${heliosLoggingLevel:-DEBUG}"/>

Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Expand Up @@ -240,11 +240,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.yammer.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down

0 comments on commit b652e84

Please sign in to comment.