Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011121314151617
  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. exclude group: 'log4j', module: 'log4j'
  10. }
  11. testImplementation 'junit:junit'
  12. testImplementation 'org.assertj:assertj-core'
  13. testImplementation 'org.hamcrest:hamcrest-core'
  14. testImplementation 'org.mockito:mockito-core'
  15. }