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

svn commit: r1566212 - /incubator/streams/branches/sblackmon/streams-contrib/streams-provider-twitter/pom.xml

Author: sblackmon
Date: Sun Feb  9 04:40:16 2014
New Revision: 1566212

URL: http://svn.apache.org/r1566212
Log:
added twitter4j

Modified:
    incubator/streams/branches/sblackmon/streams-contrib/streams-provider-twitter/pom.xml

Modified: incubator/streams/branches/sblackmon/streams-contrib/streams-provider-twitter/pom.xml
URL: http://svn.apache.org/viewvc/incubator/streams/branches/sblackmon/streams-contrib/streams-provider-twitter/pom.xml?rev=1566212&r1=1566211&r2=1566212&view=diff
==============================================================================
--- incubator/streams/branches/sblackmon/streams-contrib/streams-provider-twitter/pom.xml (original)
+++ incubator/streams/branches/sblackmon/streams-contrib/streams-provider-twitter/pom.xml Sun Feb  9 04:40:16 2014
@@ -15,7 +15,6 @@
         <dependency>
             <groupId>com.typesafe</groupId>
             <artifactId>config</artifactId>
-            <version>1.0.2</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
@@ -63,8 +62,13 @@
         </dependency>
         <dependency>
             <groupId>com.twitter</groupId>
-            <artifactId>hbc-core</artifactId> <!-- or hbc-twitter4j -->
-            <version>1.4.2</version> <!-- or whatever the latest version is -->
+            <artifactId>hbc-core</artifactId>
+            <version>1.4.2</version>
+        </dependency>
+        <dependency>
+            <groupId>org.twitter4j</groupId>
+            <artifactId>twitter4j-core</artifactId>
+            <version>3.0.5</version>
         </dependency>
         <!--<dependency>-->
             <!--<groupId>com.twitter</groupId>-->