Skip to content
Snippets Groups Projects
Commit 68c7934b authored by Tathagata Das's avatar Tathagata Das
Browse files

Fixed missing dependencies in streaming/pom.xml

parent c1a040db
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,17 @@ ...@@ -20,6 +20,17 @@
<id>lib</id> <id>lib</id>
<url>file://${project.basedir}/lib</url> <url>file://${project.basedir}/lib</url>
</repository> </repository>
<repository>
<id>akka-repo</id>
<name>Akka Repository</name>
<url>http://repo.akka.io/releases</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories> </repositories>
<dependencies> <dependencies>
...@@ -53,11 +64,10 @@ ...@@ -53,11 +64,10 @@
<version>3.0.3</version> <version>3.0.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.twitter4j</groupId> <groupId>com.typesafe.akka</groupId>
<artifactId>twitter4j-core</artifactId> <artifactId>akka-zeromq</artifactId>
<version>3.0.3</version> <version>2.0.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.scalatest</groupId> <groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.version}</artifactId> <artifactId>scalatest_${scala.version}</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment