mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-27 12:05:10 +00:00
Fix JSON dependency
Signed-off-by: Kestutis Gudynas <kestutis.gudynas@ibm.com>
This commit is contained in:
parent
f38845ecab
commit
91c4960395
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ dependencies {
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter:5.4.2'
|
testImplementation 'org.junit.jupiter:junit-jupiter:5.4.2'
|
||||||
testImplementation 'org.assertj:assertj-core:3.11.1'
|
testImplementation 'org.assertj:assertj-core:3.11.1'
|
||||||
testImplementation 'org.mockito:mockito-core:2.+'
|
testImplementation 'org.mockito:mockito-core:2.+'
|
||||||
|
compile group: 'org.json', name: 'json', version: '20180813'
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue