Skip to content

Commit 777189f

Browse files
committed
remove shim exclusion in spark core test dep
1 parent d350dbf commit 777189f

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
@@ -65,12 +65,6 @@
6565
<version>${project.version}</version>
6666
<type>test-jar</type>
6767
<scope>test</scope>
68-
<exclusions>
69-
<exclusion>
70-
<groupId>org.apache.spark</groupId>
71-
<artifactId>spark-connect-shims_${scala.binary.version}</artifactId>
72-
</exclusion>
73-
</exclusions>
7468
</dependency>
7569
<dependency>
7670
<groupId>org.apache.spark</groupId>

0 commit comments

Comments
 (0)