clairemcginty commented on code in PR #1078:
URL: https://github.com/apache/parquet-mr/pull/1078#discussion_r1184991179
##########
parquet-avro/pom.xml:
##########
@@ -105,6 +110,30 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>2.23.0</version>
Review Comment:
It should be, but it does require an artifact migration in a few modules
(parquet-column and parquet-hadoop depend on mockito-all, which has moved to
mockito-core in 2.x). I would be happy to do it, just not sure if it's in scope
for this PR :)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]