alpinegizmo commented on a change in pull request #31:
URL: https://github.com/apache/flink-training/pull/31#discussion_r694170578
##########
File path: common/build.gradle
##########
@@ -17,6 +17,10 @@ dependencies {
shadow
"org.apache.flink:flink-runtime_${scalaBinaryVersion}:${flinkVersion}"
testApi "junit:junit:${junitVersion}"
+ testApi
"org.apache.flink:flink-streaming-java_${scalaBinaryVersion}:${flinkVersion}:tests"
+ testApi
"org.apache.flink:flink-runtime_${scalaBinaryVersion}:${flinkVersion}:tests"
testApi "org.apache.flink:flink-test-utils-junit:${flinkVersion}"
+ testApi
"org.apache.flink:flink-test-utils_${scalaBinaryVersion}:${flinkVersion}"
testApi 'org.hamcrest:hamcrest-library:1.3'
+ testApi 'org.assertj:assertj-core:3.20.2'
Review comment:
It's my intention to replace hamcrest with assertj. The motivation is to
be able to use assertj's assertions on Collections, such as
containsExactlyInAnyOrder.
--
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]