Move dependencies into a single file so it's easier to copy

This commit is contained in:
Gergely Hegedus 2022-04-12 12:53:51 +03:00
parent d7f0ca8ccf
commit f35fe810e0
5 changed files with 152 additions and 52 deletions

View file

@ -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"