From ca89514c978d17e04113d03035a92fae17b66b24 Mon Sep 17 00:00:00 2001 From: Tal Moran Date: Wed, 26 Oct 2016 00:50:23 +0300 Subject: [PATCH] Modified JSON and BARBECUE deps to use external maven sources --- voting-booth-gui/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voting-booth-gui/build.gradle b/voting-booth-gui/build.gradle index 843f9d3..dca5053 100644 --- a/voting-booth-gui/build.gradle +++ b/voting-booth-gui/build.gradle @@ -57,10 +57,10 @@ dependencies { compile 'com.google.protobuf:protobuf-java:3.+' // Json configuraiton parsing - compile name: 'java-json' + compile group: 'org.json', name: 'json', version: '20160810' // Jar that creates barcodes - compile name: 'barbecue-1.5-beta1' + compile group: 'net.sourceforge.barbecue', name: 'barbecue', version: '1.5-beta1' testCompile 'junit:junit:4.+'