We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ca8c9 commit cc9a688Copy full SHA for cc9a688
1 file changed
build.gradle
@@ -16,6 +16,7 @@ dependencies {
16
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.8.8'
17
testCompile group: 'junit', name: 'junit', version: '4.12'
18
testCompile group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
19
+ testCompile 'org.assertj:assertj-core:3.11.1'
20
}
21
22
checkstyle {
0 commit comments