Refined build.gradle

This commit is contained in:
20015091
2018-08-30 15:52:12 +02:00
parent 1f4a4b80c0
commit f2e8991049

View File

@@ -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