mirror of
https://github.com/corda/corda.git
synced 2025-06-18 07:08:15 +00:00
Corrected isolated.jar excludes for all projects and corrected some test dependencies.
This commit is contained in:
committed by
Mike Hearn
parent
095d94f2c7
commit
05e94e7425
@ -6,9 +6,6 @@ apply plugin: 'com.jfrog.artifactory'
|
||||
|
||||
//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'
|
||||
|
||||
integrationTestCompile.extendsFrom testCompile
|
||||
integrationTestRuntime.extendsFrom testRuntime
|
||||
}
|
||||
|
@ -6,12 +6,6 @@ apply plugin: 'com.jfrog.artifactory'
|
||||
|
||||
description 'Testing utilities for Corda'
|
||||
|
||||
//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'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':test-common')
|
||||
compile project(':core')
|
||||
|
Reference in New Issue
Block a user