Skip to content

Commit bccf9a1

Browse files
authored
[Hotfix] Fix spark example (#6486)
* [Hotfix] Fix spark example * fix codestyle
1 parent 1a02c57 commit bccf9a1

File tree

1 file changed

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

1 file changed

+11
-0
lines changed

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

+11
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,17 @@
8080
<artifactId>spark-core_${scala.binary.version}</artifactId>
8181
<version>${spark.2.4.0.version}</version>
8282
<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+
<groupId>com.thoughtworks.paranamer</groupId>
92+
<artifactId>paranamer</artifactId>
93+
<version>2.8</version>
8394
</dependency>
8495

8596
<dependency>

0 commit comments

Comments
 (0)