From f2e899104903f0349d756edf6551a0c814961d9e Mon Sep 17 00:00:00 2001 From: 20015091 <20015091@studenti.uniupo.it> Date: Thu, 30 Aug 2018 15:52:12 +0200 Subject: [PATCH] Refined build.gradle --- build.gradle | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index e9b1313..f6d7a58 100644 --- a/build.gradle +++ b/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