Skip to content

Commit 8c99793

Browse files
author
Andrew Or
committed
[HOTFIX] [SQL] Maven test compilation issue
Tests compile in SBT but not Maven.
1 parent dbf8ff3 commit 8c99793

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sql/core/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@
4141
<artifactId>spark-core_${scala.binary.version}</artifactId>
4242
<version>${project.version}</version>
4343
</dependency>
44+
<dependency>
45+
<groupId>org.apache.spark</groupId>
46+
<artifactId>spark-core_${scala.binary.version}</artifactId>
47+
<version>${project.version}</version>
48+
<type>test-jar</type>
49+
<scope>test</scope>
50+
</dependency>
4451
<dependency>
4552
<groupId>org.apache.spark</groupId>
4653
<artifactId>spark-catalyst_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)