Repository: apex-malhar Updated Branches: refs/heads/master 39ca1819a -> bb968f210
APEXMALHAR-2418 Updated twitter4j library version for twitter demo application. Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/bb968f21 Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/bb968f21 Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/bb968f21 Branch: refs/heads/master Commit: bb968f2106e6640590a8a0338ae4a5480dd2b239 Parents: 39ca181 Author: Shubham0411 <[email protected]> Authored: Tue Feb 21 16:15:29 2017 +0530 Committer: Shubham0411 <[email protected]> Committed: Tue Feb 21 16:15:29 2017 +0530 ---------------------------------------------------------------------- demos/twitter/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/bb968f21/demos/twitter/pom.xml ---------------------------------------------------------------------- diff --git a/demos/twitter/pom.xml b/demos/twitter/pom.xml index ec3add0..767d809 100644 --- a/demos/twitter/pom.xml +++ b/demos/twitter/pom.xml @@ -43,13 +43,13 @@ <!-- required by twitter demo --> <groupId>org.twitter4j</groupId> <artifactId>twitter4j-core</artifactId> - <version>4.0.4</version> + <version>4.0.6</version> </dependency> <dependency> <!-- required by twitter demo --> <groupId>org.twitter4j</groupId> <artifactId>twitter4j-stream</artifactId> - <version>4.0.4</version> + <version>4.0.6</version> </dependency> <dependency> <groupId>org.apache.hbase</groupId>
