File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 4040 <artifactId >spark-streaming_${scala.binary.version}</artifactId >
4141 <version >${project.version} </version >
4242 </dependency >
43+ <dependency >
44+ <groupId >org.apache.spark</groupId >
45+ <artifactId >spark-core_${scala.binary.version}</artifactId >
46+ <version >${project.version} </version >
47+ <type >test-jar</type >
48+ <scope >test</scope >
49+ </dependency >
4350 <dependency >
4451 <groupId >org.apache.spark</groupId >
4552 <artifactId >spark-streaming_${scala.binary.version}</artifactId >
Original file line number Diff line number Diff line change 14381438 <version >2.3</version >
14391439 <configuration >
14401440 <shadedArtifactAttached >false</shadedArtifactAttached >
1441+ <!-- Work around MSHADE-148 -->
1442+ <createDependencyReducedPom >false</createDependencyReducedPom >
14411443 <artifactSet >
14421444 <includes >
14431445 <!-- At a minimum we must include this to force effective pom generation -->
You can’t perform that action at this time.
0 commit comments