File tree Expand file tree Collapse file tree 13 files changed +91
-0
lines changed Expand file tree Collapse file tree 13 files changed +91
-0
lines changed Original file line number Diff line number Diff line change 40
40
<artifactId >spark-core_${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.scalacheck</groupId >
45
52
<artifactId >scalacheck_${scala.binary.version}</artifactId >
Original file line number Diff line number Diff line change 35
35
<url >http://spark.apache.org/</url >
36
36
37
37
<dependencies >
38
+ <dependency >
39
+ <groupId >org.apache.spark</groupId >
40
+ <artifactId >spark-core_${scala.binary.version}</artifactId >
41
+ <version >${project.version} </version >
42
+ <type >test-jar</type >
43
+ <scope >test</scope >
44
+ </dependency >
38
45
<dependency >
39
46
<groupId >org.apache.commons</groupId >
40
47
<artifactId >commons-lang3</artifactId >
Original file line number Diff line number Diff line change 41
41
<version >${project.version} </version >
42
42
<scope >provided</scope >
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-streaming-flume-sink_${scala.binary.version}</artifactId >
Original file line number Diff line number Diff line change 41
41
<version >${project.version} </version >
42
42
<scope >provided</scope >
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.kafka</groupId >
46
53
<artifactId >kafka_${scala.binary.version}</artifactId >
Original file line number Diff line number Diff line change 41
41
<version >${project.version} </version >
42
42
<scope >provided</scope >
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.eclipse.paho</groupId >
46
53
<artifactId >org.eclipse.paho.client.mqttv3</artifactId >
Original file line number Diff line number Diff line change 41
41
<version >${project.version} </version >
42
42
<scope >provided</scope >
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.twitter4j</groupId >
46
53
<artifactId >twitter4j-stream</artifactId >
Original file line number Diff line number Diff line change 41
41
<version >${project.version} </version >
42
42
<scope >provided</scope >
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 >${akka.group} </groupId >
46
53
<artifactId >akka-zeromq_${scala.binary.version}</artifactId >
Original file line number Diff line number Diff line change 40
40
<artifactId >spark-core_${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 >com.google.guava</groupId >
45
52
<artifactId >guava</artifactId >
Original file line number Diff line number Diff line change 48
48
<artifactId >spark-core_${scala.binary.version}</artifactId >
49
49
<version >${project.version} </version >
50
50
</dependency >
51
+ <dependency >
52
+ <groupId >org.apache.spark</groupId >
53
+ <artifactId >spark-core_${scala.binary.version}</artifactId >
54
+ <version >${project.version} </version >
55
+ <type >test-jar</type >
56
+ <scope >test</scope >
57
+ </dependency >
51
58
<dependency >
52
59
<groupId >org.apache.spark</groupId >
53
60
<artifactId >spark-bagel_${scala.binary.version}</artifactId >
Original file line number Diff line number Diff line change 50
50
<artifactId >spark-core_${scala.binary.version}</artifactId >
51
51
<version >${project.version} </version >
52
52
</dependency >
53
+ <dependency >
54
+ <groupId >org.apache.spark</groupId >
55
+ <artifactId >spark-core_${scala.binary.version}</artifactId >
56
+ <version >${project.version} </version >
57
+ <type >test-jar</type >
58
+ <scope >test</scope >
59
+ </dependency >
53
60
<dependency >
54
61
<groupId >org.apache.spark</groupId >
55
62
<artifactId >spark-unsafe_${scala.binary.version}</artifactId >
You can’t perform that action at this time.
0 commit comments