aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/pom.xml10
-rw-r--r--examples/pom.xml5
-rw-r--r--streaming/pom.xml5
3 files changed, 20 insertions, 0 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 5edafb3706..39dba46d7a 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -56,6 +56,16 @@
<artifactId>akka-slf4j</artifactId>
</dependency>
<dependency>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scalap</artifactId>
+ <version>2.9.3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scala-library</artifactId>
+ <version>2.9.3</version>
+ </dependency>
+ <dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-json_2.9.2</artifactId>
</dependency>
diff --git a/examples/pom.xml b/examples/pom.xml
index 78ec58729b..7d9769e8e4 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -16,6 +16,11 @@
<dependencies>
<dependency>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scala-library</artifactId>
+ <version>2.9.3</version>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
</dependency>
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 4dc9a19d51..07725f9484 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -59,6 +59,11 @@
<version>3.0.3</version>
</dependency>
<dependency>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scala-library</artifactId>
+ <version>2.9.3</version>
+ </dependency>
+ <dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-zeromq</artifactId>
<version>2.0.3</version>