fapaul commented on a change in pull request #17932:
URL: https://github.com/apache/flink/pull/17932#discussion_r758391991
##########
File path: pom.xml
##########
@@ -595,6 +594,13 @@ under the License.
<version>${junit4.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <version>${assertj.version}</version>
+ <scope>test</scope>
+ </dependency>
Review comment:
Nit: Should we make a separate PR to add this change because it is
currently necessary to use assertj in any other module?
--
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]