diff options
author | lukasz-jarocki-sonarsource <lukasz.jarocki@sonarsource.com> | 2024-10-23 09:04:30 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-23 20:02:47 +0000 |
commit | 24bd8856af66bf2e1148c42279739225b254e84e (patch) | |
tree | 8e319d893e2afe046bfa38b1f8e1374158842a85 /sonar-scanner-engine/build.gradle | |
parent | 4f5c724f65ee8c9248504a82ea88bbcaa1e0eb09 (diff) | |
download | sonarqube-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.gradle | 1 |
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' |