aboutsummaryrefslogtreecommitdiffstats
path: root/test-monitoring
diff options
context:
space:
mode:
authorSteve Marion <steve.marion@sonarsource.com>2024-06-27 18:34:30 +0200
committersonartech <sonartech@sonarsource.com>2024-07-01 20:03:10 +0000
commit22613bb91c63fc70ee2c1e444897e0ca4aa5fa6d (patch)
tree9d742fa9666c7e8a6ea904752ef1c74659bb0216 /test-monitoring
parent922bca1df5cb4ea5dc2ef8692801627dcaf0d17f (diff)
downloadsonarqube-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.gradle2
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) {