Skip to content

Commit b8fce01

Browse files
fix scope of spark catalyst in utilities bundle (#790)
1 parent 7a1c5b1 commit b8fce01

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

xtable-utilities/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@
120120
<artifactId>spark-sql_${scala.binary.version}</artifactId>
121121
<scope>runtime</scope>
122122
</dependency>
123+
<dependency>
124+
<groupId>org.apache.spark</groupId>
125+
<artifactId>spark-catalyst_${scala.binary.version}</artifactId>
126+
<scope>runtime</scope>
127+
</dependency>
123128

124129
<!-- Hadoop dependencies -->
125130
<dependency>

0 commit comments

Comments
 (0)