Skip to content
Snippets Groups Projects
Commit 8c997933 authored by Andrew Or's avatar Andrew Or
Browse files

[HOTFIX] [SQL] Maven test compilation issue

Tests compile in SBT but not Maven.
parent dbf8ff38
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,13 @@
<artifactId>spark-core_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-catalyst_${scala.binary.version}</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment