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 40
40
<artifactId >spark-streaming_${scala.binary.version}</artifactId >
41
41
<version >${project.version} </version >
42
42
</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 >
43
50
<dependency >
44
51
<groupId >org.apache.spark</groupId >
45
52
<artifactId >spark-streaming_${scala.binary.version}</artifactId >
Original file line number Diff line number Diff line change 1438
1438
<version >2.3</version >
1439
1439
<configuration >
1440
1440
<shadedArtifactAttached >false</shadedArtifactAttached >
1441
+ <!-- Work around MSHADE-148 -->
1442
+ <createDependencyReducedPom >false</createDependencyReducedPom >
1441
1443
<artifactSet >
1442
1444
<includes >
1443
1445
<!-- At a minimum we must include this to force effective pom generation -->
You can’t perform that action at this time.
0 commit comments