justinleet commented on a change in pull request #1554: METRON-2307: Migrate to
JUnit5
URL: https://github.com/apache/metron/pull/1554#discussion_r354849397
##########
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-all` isn't a thing anymore for Mockito. It's no longer produced,
and existed primarily to include some other deps, iirc.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services