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 ab007fe commit 5515167Copy full SHA for 5515167
sql/pipelines/pom.xml
@@ -48,13 +48,6 @@
48
<artifactId>spark-core_${scala.binary.version}</artifactId>
49
<version>${project.version}</version>
50
</dependency>
51
- <dependency>
52
- <groupId>org.apache.spark</groupId>
53
- <artifactId>spark-core_${scala.binary.version}</artifactId>
54
- <version>${project.version}</version>
55
- <type>test-jar</type>
56
- <scope>test</scope>
57
- </dependency>
58
<dependency>
59
<groupId>org.apache.spark</groupId>
60
<artifactId>spark-sql_${scala.binary.version}</artifactId>
0 commit comments