Corrected isolated.jar excludes for all projects and corrected some test dependencies.

This commit is contained in:
Clinton Alexander
2017-09-22 16:45:48 +01:00
committed by Mike Hearn
parent 095d94f2c7
commit 05e94e7425
9 changed files with 13 additions and 37 deletions

View File

@ -11,9 +11,6 @@ description 'Corda node modules'
//noinspection GroovyAssignabilityCheck
configurations {
// we don't want isolated.jar in classPath, since we want to test jar being dynamically loaded as an attachment
runtime.exclude module: 'isolated'
compile {
// We don't need these because we already include netty-all.
exclude group: 'io.netty', module: 'netty-transport'