File tree 4 files changed +26
-0
lines changed
4 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 55
55
<groupId >com.typesafe.akka</groupId >
56
56
<artifactId >akka-slf4j</artifactId >
57
57
</dependency >
58
+ <dependency >
59
+ <groupId >org.scala-lang</groupId >
60
+ <artifactId >scalap</artifactId >
61
+ </dependency >
62
+ <dependency >
63
+ <groupId >org.scala-lang</groupId >
64
+ <artifactId >scala-library</artifactId >
65
+ </dependency >
58
66
<dependency >
59
67
<groupId >net.liftweb</groupId >
60
68
<artifactId >lift-json_2.9.2</artifactId >
Original file line number Diff line number Diff line change 15
15
<url >http://spark-project.org/</url >
16
16
17
17
<dependencies >
18
+ <dependency >
19
+ <groupId >org.scala-lang</groupId >
20
+ <artifactId >scala-library</artifactId >
21
+ </dependency >
18
22
<dependency >
19
23
<groupId >org.eclipse.jetty</groupId >
20
24
<artifactId >jetty-server</artifactId >
Original file line number Diff line number Diff line change 241
241
<artifactId >jline</artifactId >
242
242
<version >${scala.version} </version >
243
243
</dependency >
244
+ <dependency >
245
+ <groupId >org.scala-lang</groupId >
246
+ <artifactId >scala-library</artifactId >
247
+ <version >${scala.version} </version >
248
+ </dependency >
249
+ <dependency >
250
+ <groupId >org.scala-lang</groupId >
251
+ <artifactId >scalap</artifactId >
252
+ <version >${scala.version} </version >
253
+ </dependency >
244
254
245
255
<dependency >
246
256
<groupId >log4j</groupId >
Original file line number Diff line number Diff line change 58
58
<artifactId >twitter4j-stream</artifactId >
59
59
<version >3.0.3</version >
60
60
</dependency >
61
+ <dependency >
62
+ <groupId >org.scala-lang</groupId >
63
+ <artifactId >scala-library</artifactId >
64
+ </dependency >
61
65
<dependency >
62
66
<groupId >com.typesafe.akka</groupId >
63
67
<artifactId >akka-zeromq</artifactId >
You can’t perform that action at this time.
0 commit comments