mirror of https://github.com/apache/druid.git
update server metrics version
- fixes Sigar loading for JvmCpuMetrics https://github.com/metamx/server-metrics/pull/16 update server metrics
This commit is contained in:
parent
56e0709da9
commit
20a3ebc022
2
pom.xml
2
pom.xml
|
@ -141,7 +141,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.metamx</groupId>
|
<groupId>com.metamx</groupId>
|
||||||
<artifactId>server-metrics</artifactId>
|
<artifactId>server-metrics</artifactId>
|
||||||
<version>0.2.5</version>
|
<version>0.2.8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-codec</groupId>
|
<groupId>commons-codec</groupId>
|
||||||
|
|
Loading…
Reference in New Issue