anmolnar commented on code in PR #2041: URL: https://github.com/apache/zookeeper/pull/2041#discussion_r1366873201
########## pom.xml: ########## @@ -703,6 +703,11 @@ <artifactId>mockito-core</artifactId> <version>${mockito.version}</version> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-inline</artifactId> + <version>${mockito.version}</version> + </dependency> Review Comment: I think that's fine, but I think you should add test scope to it. ``` <scope>test</scope> ``` -- 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: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org