We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b983b07 commit 6ea5595Copy full SHA for 6ea5595
tools/ci/flink-ci-tools/pom.xml
@@ -48,6 +48,10 @@ under the License.
48
<artifactId>flink-test-utils-junit</artifactId>
49
<scope>test</scope>
50
</dependency>
51
+ <dependency>
52
+ <groupId>com.google.guava</groupId>
53
+ <artifactId>guava</artifactId>
54
+ </dependency>
55
<dependency>
56
<groupId>org.apache.logging.log4j</groupId>
57
<artifactId>log4j-slf4j-impl</artifactId>
0 commit comments