Skip to content

Commit

Permalink
Remove CQL dependencies in the engine/benchmark module (#2229)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingtang10 authored Oct 6, 2023
1 parent c2b2e84 commit 546adf3
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions engine/benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,16 @@ configurations {
}

dependencies {
androidTestImplementation(Dependencies.Androidx.workRuntimeKtx)
androidTestImplementation(Dependencies.AndroidxTest.benchmarkJunit)
androidTestImplementation(Dependencies.AndroidxTest.extJunit)
androidTestImplementation(Dependencies.AndroidxTest.runner)
androidTestImplementation(Dependencies.Cql.engineJackson)
androidTestImplementation(Dependencies.Cql.evaluator)
androidTestImplementation(Dependencies.Cql.evaluatorBuilder)
androidTestImplementation(Dependencies.junit)
androidTestImplementation(Dependencies.Kotlin.kotlinCoroutinesAndroid)
androidTestImplementation(Dependencies.truth)
androidTestImplementation(Dependencies.Androidx.workRuntimeKtx)
androidTestImplementation(Dependencies.AndroidxTest.workTestingRuntimeKtx)
androidTestImplementation(Dependencies.mockWebServer)
androidTestImplementation(Dependencies.Kotlin.kotlinCoroutinesAndroid)
androidTestImplementation(Dependencies.Retrofit.coreRetrofit)
androidTestImplementation(Dependencies.junit)
androidTestImplementation(Dependencies.mockWebServer)
androidTestImplementation(Dependencies.truth)

androidTestImplementation(project(":engine"))
// for test json files only
Expand Down

0 comments on commit 546adf3

Please sign in to comment.