Skip to content

Commit ad1b053

Browse files
committed
Small fix in pom file
1 parent ae24abb commit ad1b053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

network/yarn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<!-- Core dependencies -->
4040
<dependency>
4141
<groupId>org.apache.spark</groupId>
42-
<artifactId>spark-network-shuffle_2.10</artifactId>
42+
<artifactId>spark-network-shuffle_${scala.binary.version}</artifactId>
4343
<version>${project.version}</version>
4444
</dependency>
4545

0 commit comments

Comments
 (0)