mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +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
@ -5,12 +5,6 @@ apply plugin: 'com.jfrog.artifactory'
|
||||
|
||||
description 'Corda node Artemis API'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(":core")
|
||||
|
||||
@ -36,8 +30,8 @@ dependencies {
|
||||
|
||||
// Unit testing helpers.
|
||||
testCompile "junit:junit:$junit_version"
|
||||
testCompile "org.assertj:assertj-core:${assertj_version}"
|
||||
testCompile project(':test-utils')
|
||||
testCompile "org.assertj:assertj-core:$assertj_version"
|
||||
testCompile project(':node-driver')
|
||||
}
|
||||
|
||||
jar {
|
||||
|
Reference in New Issue
Block a user