Skip to content

Commit

Permalink
Remove mockserver as a dependency of apollo-testing-support (#6218)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin authored Oct 24, 2024
1 parent 64163f2 commit 174cb22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/apollo-testing-support/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ kotlin {
dependencies {
api(project(":apollo-api"))
api(project(":apollo-runtime"))
api(project(":apollo-mockserver"))
api(libs.kotlinx.coroutines)
implementation(libs.atomicfu.library.get().toString()) {
because("We need locks in TestNetworkTransportHandler (we don't use the gradle plugin rewrite)")
Expand Down

0 comments on commit 174cb22

Please sign in to comment.