Move dependencies into a single file so it's easier to copy
This commit is contained in:
parent
d7f0ca8ccf
commit
f35fe810e0
5 changed files with 152 additions and 52 deletions
|
|
@ -24,10 +24,7 @@ dependencies {
|
|||
|
||||
api project(":model")
|
||||
|
||||
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
|
||||
testImplementation "org.mockito.kotlin:mockito-kotlin:$testing_kotlin_mockito_version"
|
||||
testImplementation "org.skyscreamer:jsonassert:$testing_json_assert_version"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$testing_junit5_version"
|
||||
applyNetworkTestDependenciesTo(this)
|
||||
|
||||
testFixturesApi project(':mockserver')
|
||||
testFixturesApi "org.junit.jupiter:junit-jupiter-engine:$testing_junit5_version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue