Skip to content

Commit ae8da43

Browse files
committed
remove shim exclusion in spark core test dep
1 parent 1339c24 commit ae8da43

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sql/pipelines/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@
5555
<version>${project.version}</version>
5656
<type>test-jar</type>
5757
<scope>test</scope>
58-
<exclusions>
59-
<exclusion>
60-
<groupId>org.apache.spark</groupId>
61-
<artifactId>spark-connect-shims_${scala.binary.version}</artifactId>
62-
</exclusion>
63-
</exclusions>
6458
</dependency>
6559
<dependency>
6660
<groupId>org.apache.spark</groupId>

0 commit comments

Comments
 (0)