File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
seatunnel-connector-v2-e2e/connector-iceberg-hadoop3-e2e Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 43
43
<groupId >com.squareup.okhttp3</groupId >
44
44
<artifactId >mockwebserver</artifactId >
45
45
<scope >test</scope >
46
+ <exclusions >
47
+ <exclusion >
48
+ <groupId >com.squareup.okio</groupId >
49
+ <artifactId >okio</artifactId >
50
+ </exclusion >
51
+ </exclusions >
52
+ </dependency >
53
+ <dependency >
54
+ <groupId >com.squareup.okio</groupId >
55
+ <artifactId >okio</artifactId >
56
+ <version >3.4.0</version >
46
57
</dependency >
47
58
<dependency >
48
59
<groupId >org.testcontainers</groupId >
Original file line number Diff line number Diff line change 25
25
<artifactId >connector-iceberg-hadoop3-e2e</artifactId >
26
26
<name >SeaTunnel : E2E : Connector V2 : Iceberg : Hadoop3</name >
27
27
28
- <properties >
29
- </properties >
30
-
31
28
<dependencies >
32
29
<dependency >
33
30
<groupId >org.apache.seatunnel</groupId >
You can’t perform that action at this time.
0 commit comments