Skip to content

Commit

Permalink
chore: Polish build.gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
nstdio committed Sep 5, 2021
1 parent ad58720 commit 2f1dc7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ ext {
junitVersion = '5.8.0-RC1'
commonIoVersion = '1.3.2'
assertJVersion = '3.20.2'
jsonPathAssertVersion = '2.6.0'
lombokDependency = 'org.projectlombok:lombok:1.18.20'
}

dependencies {
/** AssertJ & Friends */
testImplementation "org.assertj:assertj-core:$assertJVersion"
testImplementation group: 'com.jayway.jsonpath', name: 'json-path-assert', version: '2.6.0'
testImplementation "com.jayway.jsonpath:json-path-assert:$jsonPathAssertVersion"

testImplementation "org.apache.commons:commons-io:$commonIoVersion"

Expand Down

0 comments on commit 2f1dc7d

Please sign in to comment.