Replace fast-classpath-scanner with classgraph

This commit is contained in:
Gary Tierney
2018-08-19 20:32:42 +01:00
parent 82b79ba60c
commit e255bd195e
3 changed files with 27 additions and 15 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ dependencies {
compile group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: kotlinxCoroutinesVersion
implementation group: 'com.google.guava', name: 'guava', version: guavaVersion
implementation group: 'io.github.lukehutch', name: 'fast-classpath-scanner', version: classpathScannerVersion
implementation group: 'io.github.classgraph', name: 'classgraph', version: classGraphVersion
implementation group: 'com.lambdaworks', name: 'scrypt', version: scryptVersion
testImplementation group: 'junit', name: 'junit', version: junitVersion