Skip to content

Commit

Permalink
#15 - Sorted out a missed dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsteenkamp committed Sep 2, 2023
1 parent 7316187 commit 55a4597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spark-examples/xsd-spark-schema/xsd-spark-schema-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.12</artifactId>
<version>3.0.0</version>
<version>${spark.version}</version>
</dependency>

<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.12</artifactId>
<version>3.0.0</version>
<version>${spark.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 55a4597

Please sign in to comment.