mirror of
https://github.com/corda/corda.git
synced 2024-12-24 15:16:45 +00:00
CORDA-2030: Resolve build warnings about kotlin-stdlib-jre8 in unit tests too. (#4043)
This commit is contained in:
parent
39434dcbec
commit
c88d3d8c1b
@ -20,7 +20,6 @@ dependencies {
|
|||||||
testCompile "com.google.guava:guava-testlib:$guava_version"
|
testCompile "com.google.guava:guava-testlib:$guava_version"
|
||||||
|
|
||||||
// Bring in the MockNode infrastructure for writing protocol unit tests.
|
// Bring in the MockNode infrastructure for writing protocol unit tests.
|
||||||
testCompile project(":node")
|
|
||||||
testCompile project(":node-driver")
|
testCompile project(":node-driver")
|
||||||
|
|
||||||
// AssertJ: for fluent assertions for testing
|
// AssertJ: for fluent assertions for testing
|
||||||
|
@ -61,7 +61,6 @@ dependencies {
|
|||||||
testCompile "com.google.guava:guava-testlib:$guava_version"
|
testCompile "com.google.guava:guava-testlib:$guava_version"
|
||||||
|
|
||||||
// Bring in the MockNode infrastructure for writing protocol unit tests.
|
// Bring in the MockNode infrastructure for writing protocol unit tests.
|
||||||
testCompile project(":node")
|
|
||||||
testCompile project(":node-driver")
|
testCompile project(":node-driver")
|
||||||
|
|
||||||
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||||
|
Loading…
Reference in New Issue
Block a user