<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-test-utils-junit</artifactId>
<version>1.9.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.flink', module='flink-test-utils-junit', version='1.9.1')
)
<parent> <groupId>org.apache.flink</groupId> <artifactId>flink-test-utils-parent</artifactId> <version>1.9.1</version> </parent>
compile
|-- junit:junit:4.12
|-- org.slf4j:slf4j-api:1.7.15
|-- com.google.code.findbugs:jsr305:1.3.9
provided
|-- com.typesafe.akka:akka-testkit_2.12:2.5.21
test
|-- org.mockito:mockito-core:2.21.0
|-- org.powermock:powermock-module-junit4:2.0.0-RC.4
|-- org.powermock:powermock-api-mockito2:2.0.0-RC.4
|-- org.hamcrest:hamcrest-all:1.3