You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.gradle 389B

123456789101112131415
  1. sonar {
  2. properties {
  3. property 'sonar.projectName', "${projectTitle} :: LDAP Testing"
  4. }
  5. }
  6. dependencies {
  7. api 'junit:junit'
  8. api 'org.apache.directory.server:apacheds-all:2.0.0-M24'
  9. api 'org.slf4j:slf4j-api'
  10. testImplementation 'org.assertj:assertj-core'
  11. testImplementation 'org.hamcrest:hamcrest-core'
  12. testImplementation 'org.mockito:mockito-core'
  13. }