You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by GitBox <gi...@apache.org> on 2019/12/06 14:09:12 UTC

[GitHub] [metron] justinleet commented on a change in pull request #1554: METRON-2307: Migrate to JUnit5

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:
users@infra.apache.org


With regards,
Apache Git Services