Skip to content

Commit

Permalink
[Bugfix][example] Fixing spark test cases (#8589)
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx authored Jan 24, 2025
1 parent 3f7f795 commit a3513eb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,21 @@
<groupId>com.thoughtworks.paranamer</groupId>
<artifactId>paranamer</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.104.Final</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.paranamer</groupId>
<artifactId>paranamer</artifactId>
Expand Down

0 comments on commit a3513eb

Please sign in to comment.