Refined build.gradle
This commit is contained in:
@@ -45,11 +45,12 @@ dependencies {
|
||||
compile ( group: 'com.google.oauth-client', name: 'google-oauth-client-jetty', version: '1.23.0') {
|
||||
// don't pull in an old ancient jetty version
|
||||
// todo it doesn't seems to work
|
||||
exclude(group: 'org.mortbay.jetty', module: 'jetty')
|
||||
exclude(group: 'org.mortbay.jetty', module: 'jetty-util')
|
||||
exclude(group: 'org.mortbay.jetty', module: 'servlet-api')
|
||||
exclude group: 'org.mortbay.jetty', module: 'jetty'
|
||||
exclude group: 'org.mortbay.jetty', module: 'jetty-util'
|
||||
exclude group: 'org.mortbay.jetty', module: 'servlet-api'
|
||||
}
|
||||
compile 'com.google.oauth-client:google-oauth-client-jetty:1.23.0'
|
||||
// compile group: 'org.mortbay.jetty', name: 'jetty', version: '7.0.0.pre5'
|
||||
// compile group: 'org.mortbay.jetty', name: 'servlet-api', version: '3.0.20100224'
|
||||
compile 'com.google.api-client:google-api-client:1.23.0'
|
||||
|
||||
// DialogFlow
|
||||
|
||||
Reference in New Issue
Block a user