aboutsummaryrefslogtreecommitdiff
path: root/streaming/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'streaming/pom.xml')
-rw-r--r--streaming/pom.xml14
1 files changed, 2 insertions, 12 deletions
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 26f0ae951c..fe869ba66e 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -54,18 +54,8 @@
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
- <artifactId>akka-zeromq</artifactId>
- <version>2.1-M1</version>
- <exclusions>
- <exclusion>
- <groupId>org.scala-lang</groupId>
- <artifactId>scala-library</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.typesafe.akka</groupId>
- <artifactId>akka-actor</artifactId>
- </exclusion>
- </exclusions>
+ <artifactId>akka-zeromq_${scala.version}</artifactId>
+ <version>${akka.version}</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>