Skip to content

Commit 548bd49

Browse files
author
litiliu
committed
fix kotlin
1 parent fa42049 commit 548bd49

File tree

2 files changed

+11
-3
lines changed
  • seatunnel-e2e
    • seatunnel-connector-v2-e2e/connector-iceberg-hadoop3-e2e

2 files changed

+11
-3
lines changed

seatunnel-e2e/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@
4343
<groupId>com.squareup.okhttp3</groupId>
4444
<artifactId>mockwebserver</artifactId>
4545
<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>
4657
</dependency>
4758
<dependency>
4859
<groupId>org.testcontainers</groupId>

seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-hadoop3-e2e/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
<artifactId>connector-iceberg-hadoop3-e2e</artifactId>
2626
<name>SeaTunnel : E2E : Connector V2 : Iceberg : Hadoop3</name>
2727

28-
<properties>
29-
</properties>
30-
3128
<dependencies>
3229
<dependency>
3330
<groupId>org.apache.seatunnel</groupId>

0 commit comments

Comments
 (0)