DNS lookup strategy

This commit is contained in:
Maxime Dor
2017-02-04 04:20:00 +01:00
parent 3509c9d94a
commit 8f233eed09
5 changed files with 159 additions and 14 deletions

View File

@@ -51,6 +51,9 @@ dependencies {
// LDAP connector
compile 'org.apache.directory.api:api-all:1.0.0-RC2'
// DNS lookups
compile 'dnsjava:dnsjava:2.1.8'
testCompile 'junit:junit:4.12'
}