Github user srdo commented on a diff in the pull request:

    https://github.com/apache/storm/pull/2127#discussion_r117616840
  
    --- Diff: pom.xml ---
    @@ -959,6 +960,24 @@
                 </dependency>
                 <dependency>
                     <groupId>org.mockito</groupId>
    +                <artifactId>mockito-core</artifactId>
    +                <version>${mockito.version}</version>
    +                <scope>test</scope>
    +            </dependency>
    +            <dependency>
    +                <groupId>org.hamcrest</groupId>
    +                <artifactId>hamcrest-core</artifactId>
    +                <version>${hamcrest.version}</version>
    +                <scope>test</scope>
    +            </dependency>
    +            <dependency>
    +                <groupId>org.hamcrest</groupId>
    +                <artifactId>hamcrest-library</artifactId>
    +                <version>${hamcrest.version}</version>
    +                <scope>test</scope>
    +            </dependency>
    +            <dependency>
    +                <groupId>org.mockito</groupId>
                     <artifactId>mockito-all</artifactId>
    --- End diff --
    
    I'd like us to transition to using mockito-core instead of this. The all 
artifact is no longer published, and it can cause issues when hamcrest 
libraries are also on the classpath.


---
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.
---

Reply via email to