dossett commented on code in PR #3384:
URL: https://github.com/apache/parquet-java/pull/3384#discussion_r2656703801
##########
parquet-thrift/pom.xml:
##########
@@ -77,6 +77,12 @@
<version>${guava.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>5.6.0</version>
+ <scope>test</scope>
+ </dependency>
Review Comment:
I moved the easymock dependency here from the top-level pom since this is
the only nodule using it. Not sure if there's a project standard for that or
not.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]