Skip to content

Commit 9a82d7e

Browse files
committed
1 change only
1 parent 93ec631 commit 9a82d7e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

flink-filesystems/flink-s3-fs-base/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,6 @@ under the License.
187187
<groupId>org.slf4j</groupId>
188188
<artifactId>slf4j-reload4j</artifactId>
189189
</exclusion>
190-
<exclusion>
191-
<groupId>com.google.guava</groupId>
192-
<artifactId>guava</artifactId>
193-
</exclusion>
194190
</exclusions>
195191
</dependency>
196192

tools/ci/flink-ci-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ under the License.
5151
<dependency>
5252
<groupId>com.google.guava</groupId>
5353
<artifactId>guava</artifactId>
54-
<version>33.4.0-jre</version>
54+
<version>30.0-jre</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)