File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
flink-end-to-end-tests/flink-tpch-test
flink-filesystems/flink-s3-fs-base Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ under the License.
3333 <groupId >io.airlift.tpch</groupId >
3434 <artifactId >tpch</artifactId >
3535 <version >0.10</version >
36+ <exclusions >
37+ <exclusion >
38+ <groupId >com.google.guava</groupId >
39+ <artifactId >guava</artifactId >
40+ </exclusion >
41+ </exclusions >
3642 </dependency >
3743 </dependencies >
3844
Original file line number Diff line number Diff line change @@ -187,6 +187,10 @@ 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 >
190194 </exclusions >
191195 </dependency >
192196
Original file line number Diff line number Diff line change @@ -48,11 +48,6 @@ under the License.
4848 <artifactId >flink-test-utils-junit</artifactId >
4949 <scope >test</scope >
5050 </dependency >
51- <dependency >
52- <groupId >com.google.guava</groupId >
53- <artifactId >guava</artifactId >
54- <version >30.0-jre</version >
55- </dependency >
5651 <dependency >
5752 <groupId >org.apache.logging.log4j</groupId >
5853 <artifactId >log4j-slf4j-impl</artifactId >
You can’t perform that action at this time.
0 commit comments