Refined build.gradle
This commit is contained in:
13
build.gradle
13
build.gradle
@@ -42,19 +42,20 @@ dependencies {
|
||||
// compile 'org.eclipse.jetty.websocket:websocket-server:9.4.11.v20180605'
|
||||
|
||||
// Oauth
|
||||
compile( group: 'com.google.oauth-client', name: 'google-oauth-client-jetty', version: '1.23.0') {
|
||||
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
|
||||
compile "ai.api:libai:1.6.12"
|
||||
// compile 'com.google.cloud:google-cloud-dialogflow:0.59.0-alpha' // for the v2 of dialogflow
|
||||
// compile 'com.google.cloud:google-cloud-dialogflow:0.59.0-alpha' // for the v2 of dialogflow
|
||||
|
||||
// objectMapper for fitbitdata
|
||||
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.5' // maybe duplicate in google-api
|
||||
|
||||
Reference in New Issue
Block a user