Skip to content

Commit

Permalink
ENT-1665 - Upgrade fast-classpath-scanner library to latest version
Browse files Browse the repository at this point in the history
Specifically, pulls in a fix we're seeing on systems when Corda
is deployed as part of Spring Boot where the scanner fails
  • Loading branch information
fenryka committed Mar 23, 2018
1 parent ec3d4a1 commit d84a790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
compile "org.apache.qpid:proton-j:0.21.0"

// FastClasspathScanner: classpath scanning - needed for the NetworkBootstraper
compile 'io.github.lukehutch:fast-classpath-scanner:2.0.21'
compile 'io.github.lukehutch:fast-classpath-scanner:2.18.1'

// Unit testing helpers.
testCompile "junit:junit:$junit_version"
Expand Down

0 comments on commit d84a790

Please sign in to comment.