aboutsummaryrefslogtreecommitdiff
path: root/examples/pom.xml
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2013-02-22 12:29:04 -0800
committerTathagata Das <tathagata.das1565@gmail.com>2013-02-22 12:29:04 -0800
commitcfa65ebff1e01fc55f02c7289866a791b11d756e (patch)
treea6413114079a39755ca8122c9cb11b5fdd940e50 /examples/pom.xml
parent688e62718fd547ed46a90f7ac57c39df35866e6b (diff)
parentd9bdae8cc249ee8f595a849c5a751caef75140c5 (diff)
downloadspark-cfa65ebff1e01fc55f02c7289866a791b11d756e.tar.gz
spark-cfa65ebff1e01fc55f02c7289866a791b11d756e.tar.bz2
spark-cfa65ebff1e01fc55f02c7289866a791b11d756e.zip
Merge pull request #480 from MLnick/streaming-eg-algebird
[Streaming] Examples using Twitter's Algebird library
Diffstat (limited to 'examples/pom.xml')
-rw-r--r--examples/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index f43af670c6..f6125444e2 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -20,11 +20,10 @@
<artifactId>jetty-server</artifactId>
</dependency>
<dependency>
- <groupId>org.twitter4j</groupId>
- <artifactId>twitter4j-stream</artifactId>
- <version>3.0.3</version>
+ <groupId>com.twitter</groupId>
+ <artifactId>algebird-core_2.9.2</artifactId>
+ <version>0.1.9</version>
</dependency>
-
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.version}</artifactId>