[HOTFIX] [SQL] Maven test compilation issue

Tests compile in SBT but not Maven.
This commit is contained in:
Andrew Or 2015-05-29 15:26:49 -07:00
parent dbf8ff38de
commit 8c9979337f

View file

@ -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>