upgrade twitter4j to 2.1.7

This commit is contained in:
kimchy 2010-12-05 06:39:22 +02:00
parent 22c27e4ff8
commit aa00fe6a83
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
<orderEntry type="module-library">
<library name="twitter4j">
<CLASSES>
<root url="jar://$GRADLE_REPOSITORY$/org.twitter4j/twitter4j-core/jars/twitter4j-core-2.1.6.jar!/" />
<root url="jar://$GRADLE_REPOSITORY$/org.twitter4j/twitter4j-core/jars/twitter4j-core-2.1.7.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />

View File

@ -32,8 +32,8 @@ configurations {
dependencies {
compile project(':elasticsearch')
compile('org.twitter4j:twitter4j-core:2.1.6') { transitive = false }
distLib('org.twitter4j:twitter4j-core:2.1.6') { transitive = false }
compile('org.twitter4j:twitter4j-core:2.1.7') { transitive = false }
distLib('org.twitter4j:twitter4j-core:2.1.7') { transitive = false }
testCompile project(':test-testng')