abstractdog commented on code in PR #243:
URL: https://github.com/apache/tez/pull/243#discussion_r1002659102


##########
tez-runtime-library/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker:
##########
@@ -0,0 +1,13 @@
+#   Licensed under the Apache License, Version 2.0 (the "License");

Review Comment:
   does this extra file have any advantages compared to adding this below as a 
dependency:
   ```
   <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-inline</artifactId>
       <version>xxx</version>
       <scope>test</scope>
   </dependency>
   ```



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

To unsubscribe, e-mail: issues-unsubscr...@tez.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to