You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2014/05/14 17:40:04 UTC

[5/8] git commit: Added twitter4j depedency

Added twitter4j depedency

Project: http://git-wip-us.apache.org/repos/asf/incubator-storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-storm/commit/aed4e124
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/aed4e124
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/aed4e124

Branch: refs/heads/master
Commit: aed4e12431b7437da8d181810c75ea78013c31a1
Parents: 426468c
Author: Prabeesh K <pr...@gmail.com>
Authored: Thu May 8 10:03:56 2014 +0530
Committer: Prabeesh K <pr...@gmail.com>
Committed: Thu May 8 10:03:56 2014 +0530

----------------------------------------------------------------------
 examples/storm-starter/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/aed4e124/examples/storm-starter/pom.xml
----------------------------------------------------------------------
diff --git a/examples/storm-starter/pom.xml b/examples/storm-starter/pom.xml
index 3030a8f..11146b6 100644
--- a/examples/storm-starter/pom.xml
+++ b/examples/storm-starter/pom.xml
@@ -62,6 +62,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+     <groupId>org.twitter4j</groupId>
+     <artifactId>twitter4j-stream</artifactId>
+     <version>3.0.3</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.storm</groupId>
       <artifactId>storm-core</artifactId>
       <version>${project.version}</version>