CORDA-2333: Reverting ClassGraph version back to 4.6.12 (#5221)

4.8.38 not working with the changes from 2152961d
This commit is contained in:
Shams Asari 2019-06-13 17:22:09 +01:00 committed by GitHub
parent 2152961d46
commit bb3997ed5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ buildscript {
ext.commons_cli_version = '1.4'
ext.protonj_version = '0.33.0' // Overide Artemis version
ext.snappy_version = '0.4'
ext.class_graph_version = '4.8.38'
ext.class_graph_version = '4.6.12'
ext.jcabi_manifests_version = '1.1'
ext.picocli_version = '3.8.0'
ext.commons_io_version = '2.6'