diff options
Diffstat (limited to 'sonar-ws-generator/build.gradle')
-rw-r--r-- | sonar-ws-generator/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws-generator/build.gradle b/sonar-ws-generator/build.gradle index a57236825a8..df3d2ac2ef2 100644 --- a/sonar-ws-generator/build.gradle +++ b/sonar-ws-generator/build.gradle @@ -13,7 +13,7 @@ dependencies { api 'commons-collections:commons-collections:3.2.2' api 'org.apache.velocity:velocity:1.7' api 'org.slf4j:log4j-over-slf4j' - api 'org.sonarsource.orchestrator:sonar-orchestrator' + api 'org.sonarsource.orchestrator:sonar-orchestrator-junit4' compileOnlyApi 'com.google.code.findbugs:jsr305' } |