aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/build.gradle
diff options
context:
space:
mode:
authorlukasz-jarocki-sonarsource <lukasz.jarocki@sonarsource.com>2024-10-23 09:04:30 +0200
committersonartech <sonartech@sonarsource.com>2024-10-23 20:02:47 +0000
commit24bd8856af66bf2e1148c42279739225b254e84e (patch)
tree8e319d893e2afe046bfa38b1f8e1374158842a85 /sonar-scanner-engine/build.gradle
parent4f5c724f65ee8c9248504a82ea88bbcaa1e0eb09 (diff)
downloadsonarqube-24bd8856af66bf2e1148c42279739225b254e84e.tar.gz
sonarqube-24bd8856af66bf2e1148c42279739225b254e84e.zip
NO-JIRA improved performance of tests in sonar-scanner-engine module
Diffstat (limited to 'sonar-scanner-engine/build.gradle')
-rw-r--r--sonar-scanner-engine/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-scanner-engine/build.gradle b/sonar-scanner-engine/build.gradle
index b8f1cee9c07..de0f9f12d19 100644
--- a/sonar-scanner-engine/build.gradle
+++ b/sonar-scanner-engine/build.gradle
@@ -73,6 +73,7 @@ dependencies {
testImplementation project(':plugins:sonar-xoo-plugin')
testImplementation 'org.wiremock:wiremock-standalone'
testImplementation 'org.junit-pioneer:junit-pioneer'
+ testImplementation 'org.awaitility:awaitility'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'