We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf8ff3 commit 8c99793Copy full SHA for 8c99793
sql/core/pom.xml
@@ -41,6 +41,13 @@
41
<artifactId>spark-core_${scala.binary.version}</artifactId>
42
<version>${project.version}</version>
43
</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>
51
<dependency>
52
<groupId>org.apache.spark</groupId>
53
<artifactId>spark-catalyst_${scala.binary.version}</artifactId>
0 commit comments