Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/887#discussion_r45257261 --- Diff: external/storm-metrics/pom.xml --- @@ -48,6 +48,13 @@ </exclusions> </dependency> <dependency> + <groupId>org.fusesource</groupId> + <artifactId>sigar</artifactId> + <version>1.6.4</version> --- End diff -- We should also make this version a property or set in the parent pom, because there are multiple packages tied to this same version. And we should remove the comment on line 39, as it is not needed.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---