INTSAMPLES-114 Twitter Search Requires Authentication

* Update Sample to Spring Integration 2.2.4
* In the sample - disallow unauthenticated Twitter Searches
  - As of Twitter API version 1.1, users must be authenticated to perform searches.

For reference see: https://jira.springsource.org/browse/INTSAMPLES-114
This commit is contained in:
Gunnar Hillert
2013-06-10 15:39:42 -04:00
parent 64f8dbbd83
commit 59bc98dbb7
4 changed files with 5 additions and 15 deletions

View File

@@ -12,7 +12,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.integration.version>2.2.0.RELEASE</spring.integration.version>
<spring.integration.version>2.2.4.RELEASE</spring.integration.version>
<log4j.version>1.2.17</log4j.version>
<junit.version>4.10</junit.version>
</properties>