File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 41
41
<artifactId >spark-hive_${scala.binary.version}</artifactId >
42
42
<version >${project.version} </version >
43
43
</dependency >
44
+ <dependency >
45
+ <groupId >org.apache.spark</groupId >
46
+ <artifactId >spark-core_${scala.binary.version}</artifactId >
47
+ <version >${project.version} </version >
48
+ <type >test-jar</type >
49
+ <scope >test</scope >
50
+ </dependency >
44
51
<dependency >
45
52
<groupId >com.google.guava</groupId >
46
53
<artifactId >guava</artifactId >
Original file line number Diff line number Diff line change 41
41
<artifactId >spark-core_${scala.binary.version}</artifactId >
42
42
<version >${project.version} </version >
43
43
</dependency >
44
+ <dependency >
45
+ <groupId >org.apache.spark</groupId >
46
+ <artifactId >spark-core_${scala.binary.version}</artifactId >
47
+ <version >${project.version} </version >
48
+ <type >test-jar</type >
49
+ <scope >test</scope >
50
+ </dependency >
44
51
<dependency >
45
52
<groupId >org.apache.spark</groupId >
46
53
<artifactId >spark-sql_${scala.binary.version}</artifactId >
84
91
<artifactId >avro-mapred</artifactId >
85
92
<classifier >${avro.mapred.classifier} </classifier >
86
93
</dependency >
87
- <dependency >
88
- <groupId >org.apache.spark</groupId >
89
- <artifactId >spark-core_${scala.binary.version}</artifactId >
90
- <version >${project.version} </version >
91
- <type >test-jar</type >
92
- <scope >test</scope >
93
- </dependency >
94
94
<dependency >
95
95
<groupId >org.scalacheck</groupId >
96
96
<artifactId >scalacheck_${scala.binary.version}</artifactId >
You can’t perform that action at this time.
0 commit comments