aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-testing-ldap/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-testing-ldap/build.gradle')
-rw-r--r--sonar-testing-ldap/build.gradle15
1 files changed, 15 insertions, 0 deletions
diff --git a/sonar-testing-ldap/build.gradle b/sonar-testing-ldap/build.gradle
new file mode 100644
index 00000000000..4a2fe9a4ad7
--- /dev/null
+++ b/sonar-testing-ldap/build.gradle
@@ -0,0 +1,15 @@
+sonarqube {
+ properties {
+ property 'sonar.projectName', "${projectTitle} :: LDAP Testing"
+ }
+}
+
+dependencies {
+ compile 'junit:junit'
+ compile 'org.apache.directory.server:apacheds-all:2.0.0-M24'
+ compile 'org.slf4j:slf4j-api:1.7.12'
+
+ testCompile 'org.assertj:assertj-core'
+ testCompile 'org.hamcrest:hamcrest-core'
+ testCompile 'org.mockito:mockito-core'
+}