Skip to content

Commit

Permalink
[Hotfix] Fix spark example (apache#6486)
Browse files Browse the repository at this point in the history
* [Hotfix] Fix spark example

* fix codestyle
  • Loading branch information
hailin0 authored and chaorongzhi committed Aug 21, 2024
1 parent 6232b72 commit dfc5125
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@
<artifactId>spark-core_${scala.binary.version}</artifactId>
<version>${spark.2.4.0.version}</version>
<scope>${spark.scope}</scope>
<exclusions>
<exclusion>
<groupId>com.thoughtworks.paranamer</groupId>
<artifactId>paranamer</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.thoughtworks.paranamer</groupId>
<artifactId>paranamer</artifactId>
<version>2.8</version>
</dependency>

<dependency>
Expand Down

0 comments on commit dfc5125

Please sign in to comment.