slinkydeveloper commented on a change in pull request #17932:
URL: https://github.com/apache/flink/pull/17932#discussion_r758418388
##########
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:
Our dependencies already include assertj:
https://github.com/apache/flink/commit/c4b604885a98aead3bf109189cbff7d5d95ade72.
This change adds it to the `dependencyManagement` as well in order to let
flink-test-utils-junit pick the right version
--
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]