dongeforever commented on a change in pull request #595: Enhanced communication
installation
URL: https://github.com/apache/rocketmq/pull/595#discussion_r240128089
##########
File path: acl/pom.xml
##########
@@ -50,5 +49,17 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</artifactId>
+ <version>1.7.1</version>
Review comment:
The project has already use mockito-core. It will be better to keep
consistent with other modules.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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