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
@@ -10,5 +10,5 @@ ext {
guavaVersion = '19.0'
commonsCompressVersion = '1.10'
assertjVersion = '3.8.0'
classpathScannerVersion = '2.0.21'
classGraphVersion = '4.0.6'
}