diff options
author | Steve Marion <steve.marion@sonarsource.com> | 2024-06-27 18:34:30 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-07-01 20:03:10 +0000 |
commit | 22613bb91c63fc70ee2c1e444897e0ca4aa5fa6d (patch) | |
tree | 9d742fa9666c7e8a6ea904752ef1c74659bb0216 /test-monitoring | |
parent | 922bca1df5cb4ea5dc2ef8692801627dcaf0d17f (diff) | |
download | sonarqube-22613bb91c63fc70ee2c1e444897e0ca4aa5fa6d.tar.gz sonarqube-22613bb91c63fc70ee2c1e444897e0ca4aa5fa6d.zip |
SONAR-22447 move back all dependency management into the main build.gradle files
Diffstat (limited to 'test-monitoring')
-rw-r--r-- | test-monitoring/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-monitoring/build.gradle b/test-monitoring/build.gradle index a252f4ebdba..ef105873cee 100644 --- a/test-monitoring/build.gradle +++ b/test-monitoring/build.gradle @@ -13,9 +13,9 @@ dependencies { compileOnlyApi 'org.aspectj:aspectjtools' compileOnlyApi 'com.github.spotbugs:spotbugs-annotations' + testImplementation 'org.aspectj:aspectjtools' testImplementation 'org.assertj:assertj-core' testImplementation 'org.mockito:mockito-core' - testImplementation 'org.aspectj:aspectjweaver:1.9.22.1' } tasks.withType(JavaCompile) { |