diff options
author | Alain Kermis <alain.kermis@sonarsource.com> | 2024-08-22 10:46:21 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-08-26 20:03:04 +0000 |
commit | bd689765639141b8c1db9612ea7ad65c700fb4a1 (patch) | |
tree | 377de735029ea6708106ee6becaf00dc8af9e6fa /sonar-core/build.gradle | |
parent | ebb53dcd569645da63dc81f20be52ffa80e1f675 (diff) | |
download | sonarqube-bd689765639141b8c1db9612ea7ad65c700fb4a1.tar.gz sonarqube-bd689765639141b8c1db9612ea7ad65c700fb4a1.zip |
SONAR-22787 Add FIPS environment information to support info file
Diffstat (limited to 'sonar-core/build.gradle')
-rw-r--r-- | sonar-core/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-core/build.gradle b/sonar-core/build.gradle index 053c84335d0..3360cc80f3c 100644 --- a/sonar-core/build.gradle +++ b/sonar-core/build.gradle @@ -26,6 +26,7 @@ dependencies { testImplementation 'junit:junit' testImplementation 'org.assertj:assertj-core' testImplementation 'org.junit.jupiter:junit-jupiter-api' + testImplementation 'org.junit.jupiter:junit-jupiter-params' testImplementation 'org.hamcrest:hamcrest-core' testImplementation 'org.mockito:mockito-core' testImplementation 'org.simpleframework:simple' |