Modified JSON and BARBECUE deps to use external maven sources
parent
d575eaf1d2
commit
ca89514c97
|
@ -57,10 +57,10 @@ dependencies {
|
||||||
compile 'com.google.protobuf:protobuf-java:3.+'
|
compile 'com.google.protobuf:protobuf-java:3.+'
|
||||||
|
|
||||||
// Json configuraiton parsing
|
// Json configuraiton parsing
|
||||||
compile name: 'java-json'
|
compile group: 'org.json', name: 'json', version: '20160810'
|
||||||
|
|
||||||
// Jar that creates barcodes
|
// 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.+'
|
testCompile 'junit:junit:4.+'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue