afedulov commented on code in PR #25813: URL: https://github.com/apache/flink/pull/25813#discussion_r1894125426
########## flink-core/pom.xml: ########## @@ -180,6 +180,13 @@ under the License. <scope>test</scope> </dependency> + <dependency> Review Comment: Mockito is intentionallly excluded from Flink and adding this dependency to flink-core sends a wrong message. Please check if you can avoid using it. https://flink.apache.org/how-to-contribute/code-style-and-quality-common/#avoid-mockito---use-reusable-test-implementations -- 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...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org