justinleet commented on a change in pull request #1554: METRON-2307: Migrate to JUnit5 URL: https://github.com/apache/metron/pull/1554#discussion_r346615362
########## File path: metron-analytics/metron-profiler-client/pom.xml ########## @@ -122,8 +122,7 @@ </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> - <version>${global_mockito_version}</version> + <artifactId>mockito-core</artifactId> Review comment: mockito is declared in `dependencyManagement` of the top level pom https://github.com/apache/metron/blob/master/pom.xml#L158. It's just to follow that idiom, but I'm fine with it being either way. Just happened to be convenient at the time. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services