We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7f795 commit a3513ebCopy full SHA for a3513eb
seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml
@@ -85,8 +85,21 @@
85
<groupId>com.thoughtworks.paranamer</groupId>
86
<artifactId>paranamer</artifactId>
87
</exclusion>
88
+ <exclusion>
89
+ <groupId>io.netty</groupId>
90
+ <artifactId>netty</artifactId>
91
+ </exclusion>
92
93
94
+ <artifactId>netty-all</artifactId>
95
96
</exclusions>
97
</dependency>
98
+ <dependency>
99
100
101
+ <version>4.1.104.Final</version>
102
+ </dependency>
103
<dependency>
104
105
0 commit comments