File tree Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 4141 <artifactId >spark-hive_${scala.binary.version}</artifactId >
4242 <version >${project.version} </version >
4343 </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 >
51+ <dependency >
52+ <groupId >com.google.guava</groupId >
53+ <artifactId >guava</artifactId >
54+ </dependency >
4455 <dependency >
4556 <groupId >${hive.group} </groupId >
4657 <artifactId >hive-cli</artifactId >
Original file line number Diff line number Diff line change 4141 <artifactId >spark-core_${scala.binary.version}</artifactId >
4242 <version >${project.version} </version >
4343 </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 >
4451 <dependency >
4552 <groupId >org.apache.spark</groupId >
4653 <artifactId >spark-sql_${scala.binary.version}</artifactId >
7986 <artifactId >avro-mapred</artifactId >
8087 <classifier >${avro.mapred.classifier} </classifier >
8188 </dependency >
82- <dependency >
83- <groupId >org.apache.spark</groupId >
84- <artifactId >spark-core_${scala.binary.version}</artifactId >
85- <version >${project.version} </version >
86- <type >test-jar</type >
87- <scope >test</scope >
88- </dependency >
8989 <dependency >
9090 <groupId >org.scalacheck</groupId >
9191 <artifactId >scalacheck_${scala.binary.version}</artifactId >
You can’t perform that action at this time.
0 commit comments