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/06/20 23:20:05 UTC

git commit: updated dependencies

Repository: incubator-streams
Updated Branches:
  refs/heads/STREAMS-110 [created] 519e4b066


updated dependencies


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

Branch: refs/heads/STREAMS-110
Commit: 519e4b06620c1641130c319a42c88abe3f2b47b0
Parents: ec2ae35
Author: Steve Blackmon <sb...@w2odigital.com>
Authored: Sun Jun 15 15:57:43 2014 -0500
Committer: Steve Blackmon <sb...@w2odigital.com>
Committed: Sun Jun 15 15:57:43 2014 -0500

----------------------------------------------------------------------
 pom.xml                                          | 2 +-
 streams-contrib/streams-provider-twitter/pom.xml | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/519e4b06/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 78f5d6f..eebd5be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
         <commons-lang3.version>3.1</commons-lang3.version>
         <typesafe.config.version>1.2.0</typesafe.config.version>
         <orgjson.version>20140107</orgjson.version>
-        <guava.version>16.0.1</guava.version>
+        <guava.version>17.0</guava.version>
         <scala.version>2.8.0</scala.version>
         <clojure.version>1.4.0</clojure.version>
         <zookeeper.version>3.4.5</zookeeper.version>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/519e4b06/streams-contrib/streams-provider-twitter/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-twitter/pom.xml b/streams-contrib/streams-provider-twitter/pom.xml
index c104810..79d1608 100644
--- a/streams-contrib/streams-provider-twitter/pom.xml
+++ b/streams-contrib/streams-provider-twitter/pom.xml
@@ -68,12 +68,13 @@
         <dependency>
             <groupId>com.twitter</groupId>
             <artifactId>hbc-core</artifactId>
-            <version>2.0.0</version>
+            <version>2.1.0</version>
         </dependency>
+
         <dependency>
             <groupId>org.twitter4j</groupId>
             <artifactId>twitter4j-core</artifactId>
-            <version>[4.0,)</version>
+            <version>4.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.hamcrest</groupId>