Updated build gradle

Added functions ph. hue
This commit is contained in:
Giulia
2018-05-28 16:35:48 +02:00
parent 9a83a06215
commit b132736a8e
13 changed files with 350 additions and 343 deletions

View File

@@ -13,8 +13,10 @@ repositories {
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile "com.sparkjava:spark-core:2.5.5"
compile "org.slf4j:slf4j-simple:1.7.21"
// compile "com.sparkjava:spark-core:2.5.5"
// compile "org.slf4j:slf4j-simple:1.7.21"
compile "com.google.code.gson:gson:2.8.0"
compile "org.xerial:sqlite-jdbc:3.15.1"
// compile "org.xerial:sqlite-jdbc:3.15.1"
compile 'org.apache.httpcomponents:httpclient:4.5.3'
}