File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7474 </dependency >
7575 <dependency >
7676 <groupId >org.apache.spark</groupId >
77- <artifactId >spark-network-common_2.10 </artifactId >
77+ <artifactId >spark-network-common_${scala.binary.version} </artifactId >
7878 <version >${project.version} </version >
7979 </dependency >
8080 <dependency >
8181 <groupId >org.apache.spark</groupId >
82- <artifactId >spark-network-shuffle_2.10 </artifactId >
82+ <artifactId >spark-network-shuffle_${scala.binary.version} </artifactId >
8383 <version >${project.version} </version >
8484 </dependency >
8585 <dependency >
Original file line number Diff line number Diff line change 3939 <!-- Core dependencies -->
4040 <dependency >
4141 <groupId >org.apache.spark</groupId >
42- <artifactId >spark-network-common_2.10 </artifactId >
42+ <artifactId >spark-network-common_${scala.binary.version} </artifactId >
4343 <version >${project.version} </version >
4444 </dependency >
4545 <dependency >
5858 <!-- Test dependencies -->
5959 <dependency >
6060 <groupId >org.apache.spark</groupId >
61- <artifactId >spark-network-common_2.10 </artifactId >
61+ <artifactId >spark-network-common_${scala.binary.version} </artifactId >
6262 <version >${project.version} </version >
6363 <type >test-jar</type >
6464 <scope >test</scope >
You can’t perform that action at this time.
0 commit comments