We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a02c57 commit bccf9a1Copy full SHA for bccf9a1
seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml
@@ -80,6 +80,17 @@
80
<artifactId>spark-core_${scala.binary.version}</artifactId>
81
<version>${spark.2.4.0.version}</version>
82
<scope>${spark.scope}</scope>
83
+ <exclusions>
84
+ <exclusion>
85
+ <groupId>com.thoughtworks.paranamer</groupId>
86
+ <artifactId>paranamer</artifactId>
87
+ </exclusion>
88
+ </exclusions>
89
+ </dependency>
90
+ <dependency>
91
92
93
+ <version>2.8</version>
94
</dependency>
95
96
<dependency>
0 commit comments