Github user abhishekagarwal87 commented on a diff in the pull request:
https://github.com/apache/storm/pull/1200#discussion_r55671813
--- Diff: storm-core/pom.xml ---
@@ -287,13 +287,13 @@
<artifactId>metrics-clojure</artifactId>
</dependency>
<dependency>
- <groupId>org.mockito</groupId>
--- End diff --
hamcrest-core dependency is shaded inside the mockito-all and junit brings
in another version of hamcrest-core which are incompatible. Excluding
hamcrest-core from junit didn't work. This reordering worked. hamcrest-core
dependency is needed by ThrowableNestedCauseMapper class.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---