Skip to content

Commit ffb3a52

Browse files
committed
remove direct spark-core test jar dependency
1 parent ac30615 commit ffb3a52

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

sql/pipelines/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@
3838
<artifactId>spark-core_${scala.binary.version}</artifactId>
3939
<version>${project.version}</version>
4040
</dependency>
41-
<dependency>
42-
<groupId>org.apache.spark</groupId>
43-
<artifactId>spark-core_${scala.binary.version}</artifactId>
44-
<version>${project.version}</version>
45-
<type>test-jar</type>
46-
<scope>test</scope>
47-
</dependency>
4841
<dependency>
4942
<groupId>org.apache.spark</groupId>
5043
<artifactId>spark-sql_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)