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 437B

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