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 93ec631 commit 9a82d7eCopy full SHA for 9a82d7e
flink-filesystems/flink-s3-fs-base/pom.xml
@@ -187,10 +187,6 @@ under the License.
187
<groupId>org.slf4j</groupId>
188
<artifactId>slf4j-reload4j</artifactId>
189
</exclusion>
190
- <exclusion>
191
- <groupId>com.google.guava</groupId>
192
- <artifactId>guava</artifactId>
193
- </exclusion>
194
</exclusions>
195
</dependency>
196
tools/ci/flink-ci-tools/pom.xml
@@ -51,7 +51,7 @@ under the License.
51
<dependency>
52
<groupId>com.google.guava</groupId>
53
<artifactId>guava</artifactId>
54
- <version>33.4.0-jre</version>
+ <version>30.0-jre</version>
55
56
57
<groupId>org.apache.logging.log4j</groupId>
0 commit comments