Skip to content

Commit

Permalink
remove unused test dependencies (#484)
Browse files Browse the repository at this point in the history
* remove unused test dependencies

* also remove from version catalog
  • Loading branch information
gabrielittner committed Dec 29, 2022
1 parent aae16f7 commit 6f60a18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Expand Up @@ -24,10 +24,7 @@ moshi-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.re
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
retrofit-converter-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" }

assertj = "org.assertj:assertj-core:3.23.1"
junit = "junit:junit:4.13.2"
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
junit-vintage = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit" }
testParameterInjector = "com.google.testparameterinjector:test-parameter-injector-junit5:1.10"
truth = { module = "com.google.truth:truth", version.ref = "truth" }
truth-java8 = { module = "com.google.truth.extensions:truth-java8-extension", version.ref = "truth" }
Expand Down
5 changes: 0 additions & 5 deletions plugin/build.gradle.kts
Expand Up @@ -50,11 +50,6 @@ dependencies {
testImplementation(libs.truth)
testImplementation(libs.truth.java8)
testImplementation(libs.truth.testKit)

// TODO remove after all old integration tests were migrated
testCompileOnly(libs.junit)
testRuntimeOnly(libs.junit.vintage)
testImplementation(libs.assertj)
testImplementation(libs.maven.model)
}

Expand Down

0 comments on commit 6f60a18

Please sign in to comment.