We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31138b commit 9209e4cCopy full SHA for 9209e4c
build.gradle
@@ -63,9 +63,10 @@ repositories {
63
}
64
65
dependencies {
66
- compile 'se.bjurr.violations:violation-comments-lib:1.20'
+ compile 'se.bjurr.violations:violation-comments-lib:1.21'
67
compile 'com.jayway.jsonpath:json-path:2.0.0'
68
compile 'com.google.code.gson:gson:2.8.0'
69
+ compile 'com.google.guava:guava:20.0'
70
71
testCompile 'junit:junit:4.12'
72
testCompile 'org.assertj:assertj-core:2.3.0'
0 commit comments