Skip to content

Commit

Permalink
build: Remove unnecessary dependency from sonar-zpa-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Jul 5, 2024
1 parent 59c5bda commit 5249ea0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sonar-zpa-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies {
implementation(Libs.woodstox)
implementation(project(":zpa-core"))
implementation(project(":zpa-checks"))
implementation(project(":zpa-checks-testkit"))
compileOnly("org.sonarsource.api.plugin:sonar-plugin-api:${Versions.min_sonarqube_api}")
testImplementation("org.sonarsource.sonarqube:sonar-plugin-api-impl:${Versions.min_sonarqube}")
}
Expand Down

0 comments on commit 5249ea0

Please sign in to comment.