Skip to content

Commit 5515167

Browse files
committed
remove direct spark-core test jar dependency
1 parent ab007fe commit 5515167

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
@@ -48,13 +48,6 @@
4848
<artifactId>spark-core_${scala.binary.version}</artifactId>
4949
<version>${project.version}</version>
5050
</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>
5851
<dependency>
5952
<groupId>org.apache.spark</groupId>
6053
<artifactId>spark-sql_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)