Skip to content

Commit

Permalink
Correção de erros nos testes da feature Twitter
Browse files Browse the repository at this point in the history
Conserto de dois erros nos testes da feature Twitter:
- Adicionei http.useSSL=true no twitter4j.properties
- Coloquei a mais nova lib de Twitter4j
  • Loading branch information
jccmelo committed Apr 2, 2014
1 parent 44e787a commit 5f1c93f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ grails.project.dependency.resolution = {
compile('lib:itextpdf:5.4.0')
compile('lib:itext-pdfa:5.4.0')
compile('lib:itext-xtra:5.4.0')
compile('lib:twitter4j-core:4.0.1')

compile(group: 'org.apache.poi', name: 'poi', version: '3.7') {
excludes 'xmlbeans'
Expand All @@ -56,7 +57,7 @@ grails.project.dependency.resolution = {
}

plugins {
compile ":twitter4j:0.3.2"
//compile ":twitter4j:0.3.2"
compile ":remote-control:1.4"
compile ":codenarc:0.20"
compile ":gmetrics:0.3.1"
Expand Down
Binary file removed lib/twitter4j-core-3.0.3.jar
Binary file not shown.
Binary file added lib/twitter4j-core-4.0.1.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion twitter4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ debug=true
oauth.consumerKey=FGGHxJA959Z5UPNYD65g
oauth.consumerSecret=8KnOaqpwCJsR4ZjNIgQKp5GEa1Jug0luOVi1aftoU
oauth.accessToken=54930262-8cXbJnJ611ZtjrJEQapBkVCICzA0NJa2e7pDu7Zl5
oauth.accessTokenSecret=SDqmSDhz5BUD4z8rSEH4Jd7mnWy8lDmnmhRJmz97Q
oauth.accessTokenSecret=SDqmSDhz5BUD4z8rSEH4Jd7mnWy8lDmnmhRJmz97Q
http.useSSL=true

0 comments on commit 5f1c93f

Please sign in to comment.