Browse Source

Fix hamcrest dependency in sonar-testing-harness

tags/7.5
Simon Brandhof 6 years ago
parent
commit
20712b86bf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sonar-testing-harness/build.gradle

+ 1
- 1
sonar-testing-harness/build.gradle View File

@@ -11,7 +11,7 @@ dependencies {
compile 'com.googlecode.json-simple:json-simple'
compile 'commons-io:commons-io'
compile 'junit:junit'
compile 'org.hamcrest:hamcrest-core'
compile 'org.hamcrest:hamcrest-all'

compileOnly 'com.google.code.findbugs:jsr305'


Loading…
Cancel
Save