mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +00:00
Move jimfs dependency from node to test-utils. (#5911)
This commit is contained in:
parent
9511329e3d
commit
cb6ed6042c
@ -138,9 +138,6 @@ dependencies {
|
||||
// Coda Hale's Metrics: for monitoring of key statistics
|
||||
compile "io.dropwizard.metrics:metrics-jmx:$metrics_version"
|
||||
|
||||
// JimFS: in memory java.nio filesystem. Used for test and simulation utilities.
|
||||
compile "com.google.jimfs:jimfs:1.1"
|
||||
|
||||
// TypeSafe Config: for simple and human friendly config files.
|
||||
compile "com.typesafe:config:$typesafe_config_version"
|
||||
|
||||
|
@ -28,6 +28,9 @@ dependencies {
|
||||
compile "com.squareup.okhttp3:okhttp:$okhttp_version"
|
||||
compile project(':confidential-identities')
|
||||
|
||||
// JimFS: in memory java.nio filesystem. Used for test and simulation utilities.
|
||||
compile "com.google.jimfs:jimfs:1.1"
|
||||
|
||||
testCompile "org.apache.commons:commons-lang3:3.9"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user