Skip to content

Commit a3513eb

Browse files
authored
[Bugfix][example] Fixing spark test cases (#8589)
1 parent 3f7f795 commit a3513eb

File tree

1 file changed

+13
-0
lines changed
  • seatunnel-examples/seatunnel-spark-connector-v2-example

1 file changed

+13
-0
lines changed

Diff for: seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml

+13
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,21 @@
8585
<groupId>com.thoughtworks.paranamer</groupId>
8686
<artifactId>paranamer</artifactId>
8787
</exclusion>
88+
<exclusion>
89+
<groupId>io.netty</groupId>
90+
<artifactId>netty</artifactId>
91+
</exclusion>
92+
<exclusion>
93+
<groupId>io.netty</groupId>
94+
<artifactId>netty-all</artifactId>
95+
</exclusion>
8896
</exclusions>
8997
</dependency>
98+
<dependency>
99+
<groupId>io.netty</groupId>
100+
<artifactId>netty-all</artifactId>
101+
<version>4.1.104.Final</version>
102+
</dependency>
90103
<dependency>
91104
<groupId>com.thoughtworks.paranamer</groupId>
92105
<artifactId>paranamer</artifactId>

0 commit comments

Comments
 (0)